diff --git a/CHANGES.rst b/CHANGES.rst index 5f50041..fb05fef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ----------- +2.3.0 (2021/07/27) +------------------ **Added** diff --git a/asyncprawcore/const.py b/asyncprawcore/const.py index 53445b1..63a1e12 100644 --- a/asyncprawcore/const.py +++ b/asyncprawcore/const.py @@ -1,7 +1,7 @@ """Constants for the asyncprawcore package.""" import os -__version__ = "2.2.2.dev0" +__version__ = "2.3.0" ACCESS_TOKEN_PATH = "/api/v1/access_token" AUTHORIZATION_PATH = "/api/v1/authorize"