Skip to content

Commit

Permalink
Bump to v7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Oct 20, 2024
1 parent d0307f6 commit fdb847e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log

PRAW follows `semantic versioning <https://semver.org/>`_.

Unreleased
----------
7.8.0 (2024/10/20)
------------------

**Added**

Expand Down
2 changes: 1 addition & 1 deletion praw/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__}"

Expand Down

0 comments on commit fdb847e

Please sign in to comment.