Skip to content

Commit

Permalink
Set development version v7.7.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Feb 25, 2023
1 parent bcf6f6c commit b8ec47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,9 @@ Change Log

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

Unreleased
----------

7.7.0 (2023/02/25)
------------------

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.0"
__version__ = "7.7.1.dev0"

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

Expand Down

0 comments on commit b8ec47f

Please sign in to comment.