Skip to content

Commit

Permalink
Merge pull request #237 from praw-dev/revert-236-prepare_release_v7.7.0
Browse files Browse the repository at this point in the history
Revert "Release v7.7.0"
  • Loading branch information
LilSpazJoekp committed Feb 25, 2023
2 parents 8ac5397 + e620861 commit 4a5c811
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 @@ Async PRAW follows `semantic versioning <https://semver.org/>`_.
Unreleased
----------

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

**Added**

- :meth:`.delete_mobile_banner` to delete mobile banners.
Expand Down
2 changes: 1 addition & 1 deletion asyncpraw/const.py
@@ -1,7 +1,7 @@
"""Async PRAW constants."""
from .endpoints import API_PATH # noqa: F401

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

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

Expand Down

0 comments on commit 4a5c811

Please sign in to comment.