diff --git a/CHANGES.rst b/CHANGES.rst index bb6df39..003e13f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,8 @@ Change Log ========== -asyncprawcore follows `semantic versioning `_ with the exception -that deprecations will not be announced by a minor release. - -Unreleased ----------- +2.1.0 (2021/06/15) +------------------ **Added** diff --git a/asyncprawcore/const.py b/asyncprawcore/const.py index fada1f5..6519cfc 100644 --- a/asyncprawcore/const.py +++ b/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"