diff --git a/CHANGES.rst b/CHANGES.rst index 31e9742a3..6aa300714 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.6.1 (2022/11/11) +------------------ **Changed** diff --git a/praw/const.py b/praw/const.py index b949eb567..5daebac2c 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.6.1.dev0" +__version__ = "7.6.1" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"