We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbc8e5 commit 7a1814eCopy full SHA for 7a1814e
CHANGES.rst
@@ -3,8 +3,8 @@ Change Log
3
4
Async PRAW follows `semantic versioning <https://semver.org/>`_.
5
6
-Unreleased
7
-----------
+7.8.1 (2024/12/21)
+------------------
8
9
7.8.0 (2024/10/20)
10
------------------
asyncpraw/const.py
@@ -2,7 +2,7 @@
2
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.8.1.dev0"
+__version__ = "7.8.1"
USER_AGENT_FORMAT = f"{{}} Async PRAW/{__version__}"
0 commit comments