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 227fe4f commit f7c5c83Copy full SHA for f7c5c83
CHANGES.rst
@@ -1,11 +1,8 @@
1
Change Log
2
==========
3
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.1.0 (2021/06/15)
+------------------
9
10
**Added**
11
asyncprawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the asyncprawcore package."""
import os
-__version__ = "2.0.1"
+__version__ = "2.1.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments