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 c74f4e4 commit d6825e4Copy full SHA for d6825e4
CHANGES.rst
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
+7.2.0 (2021/02/24)
+------------------
6
7
**Added**
8
praw/const.py
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.1.5.dev0"
+__version__ = "7.2.0"
USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"
0 commit comments