Skip to content

Commit

Permalink
Merge pull request #217 from praw-dev/prepare_release_v7.6.1
Browse files Browse the repository at this point in the history
Release v7.6.1
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
2 parents a381420 + e7c828d commit 16fabf8
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 @@ -6,6 +6,9 @@ Async PRAW follows `semantic versioning <http://semver.org/>`_.
Unreleased
----------

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

**Changed**

- Revert :meth:`~.Comment.edit` positional argument deprecation.
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.6.1.dev0"
__version__ = "7.6.2.dev0"

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

Expand Down

0 comments on commit 16fabf8

Please sign in to comment.