diff --git a/CHANGES.rst b/CHANGES.rst index 98864212..14b7d1d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ----------- +7.2.0 (2021/02/25) +------------------ **Added** diff --git a/asyncpraw/const.py b/asyncpraw/const.py index bf80a4aa..01a463bb 100644 --- a/asyncpraw/const.py +++ b/asyncpraw/const.py @@ -1,7 +1,7 @@ """Async PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.1.2.dev0" +__version__ = "7.2.0" USER_AGENT_FORMAT = f"{{}} Async PRAW/{__version__}"