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.
2 parents 40779be + 8471db3 commit 8181cd0Copy full SHA for 8181cd0
CHANGES.rst
@@ -4,6 +4,9 @@ Change Log
4
Unreleased
5
----------
6
7
+2.2.0 (2021/06/15)
8
+------------------
9
+
10
**Added**
11
12
- Support 202 "Accepted" HTTP responses.
asyncprawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the asyncprawcore package."""
2
import os
3
-__version__ = "2.1.1.dev0"
+__version__ = "2.2.1.dev0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments