diff --git a/CHANGES.rst b/CHANGES.rst index 1039e1cb..75e84fad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log Async PRAW follows `semantic versioning `_. -Unreleased ----------- +7.6.1 (2022/11/28) +------------------ **Changed** diff --git a/asyncpraw/const.py b/asyncpraw/const.py index de6e8151..a68d6e21 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.6.1.dev0" +__version__ = "7.6.1" USER_AGENT_FORMAT = f"{{}} Async PRAW/{__version__}"