Skip to content

Commit

Permalink
Bump to v7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jul 11, 2023
1 parent dadbe6e commit dcfd32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -3,8 +3,8 @@ Change Log

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

Unreleased
----------
7.7.1 (2023/07/11)
------------------

**Fixed**

Expand Down
2 changes: 1 addition & 1 deletion praw/const.py
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401

__version__ = "7.7.1.dev0"
__version__ = "7.7.1"

USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"

Expand Down

0 comments on commit dcfd32f

Please sign in to comment.