diff --git a/CHANGES.rst b/CHANGES.rst index 96d09c2b2..305c9a1bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.8.0 (2024/10/20) +------------------ **Added** diff --git a/praw/const.py b/praw/const.py index bd1634eb8..b587a48f2 100644 --- a/praw/const.py +++ b/praw/const.py @@ -2,7 +2,7 @@ from .endpoints import API_PATH # noqa: F401 -__version__ = "7.7.2.dev0" +__version__ = "7.8.0" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"