Skip to content

Commit

Permalink
Merge pull request #1961 from praw-dev/prepare_release_v7.7.1
Browse files Browse the repository at this point in the history
Release v7.7.1
  • Loading branch information
LilSpazJoekp authored Jul 11, 2023
2 parents dadbe6e + e8cdd2c commit d77c045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ PRAW follows `semantic versioning <http://semver.org/>`_.
Unreleased
----------

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

**Fixed**

- An issue with replying to a modmail conversation results in a error.
Expand Down
2 changes: 1 addition & 1 deletion praw/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401

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

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

Expand Down

0 comments on commit d77c045

Please sign in to comment.