Skip to content

Commit 3fbca77

Browse files
authored
Bump to v7.8.0
1 parent dcc414f commit 3fbca77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change Log
33

44
Async PRAW follows `semantic versioning <https://semver.org/>`_.
55

6-
Unreleased
7-
----------
6+
7.8.0 (2024/10/20)
7+
------------------
88

99
**Added**
1010

asyncpraw/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .endpoints import API_PATH # noqa: F401
44

5-
__version__ = "7.7.2.dev0"
5+
__version__ = "7.8.0"
66

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

0 commit comments

Comments
 (0)