We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40779be commit d530dbdCopy full SHA for d530dbd
CHANGES.rst
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
+2.2.0 (2021/06/15)
+------------------
6
7
**Added**
8
asyncprawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the asyncprawcore package."""
import os
-__version__ = "2.1.1.dev0"
+__version__ = "2.2.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments