Skip to content

Commit

Permalink
Bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Jul 6, 2021
1 parent ded425b commit d01c253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Unreleased
----------
2.2.1 (2021/07/06)
------------------

**Changed**

Expand Down
2 changes: 1 addition & 1 deletion asyncprawcore/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for the asyncprawcore package."""
import os

__version__ = "2.2.1.dev0"
__version__ = "2.2.1"

ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
Expand Down

0 comments on commit d01c253

Please sign in to comment.