Skip to content

Commit

Permalink
Merge dcbad64 into 649feb3
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Nov 11, 2022
2 parents 649feb3 + dcbad64 commit ea18036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGES.rst
Expand Up @@ -6,9 +6,6 @@ PRAW follows `semantic versioning <http://semver.org/>`_.
Unreleased
----------

7.6.1 (2022/11/11)
------------------

**Fixed**

- An issue where :class:`.ModmailConversation`'s ``messages`` attribute would only
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.6.2.dev0"
__version__ = "7.6.1.dev0"

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

Expand Down

0 comments on commit ea18036

Please sign in to comment.