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 addb34e commit 3a0a363Copy full SHA for 3a0a363
CHANGES.rst
@@ -4,8 +4,8 @@ Change Log
4
asyncprawcore follows `semantic versioning <http://semver.org/>`_ with the exception
5
that deprecations will not be announced by a minor release.
6
7
-Unreleased
8
-----------
+2.0.0 (2021-02-23)
+------------------
9
10
**Added**
11
asyncprawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the asyncprawcore package."""
2
import os
3
-__version__ = "1.5.1"
+__version__ = "2.0.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments