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 2f28b87 commit 5c0f02bCopy full SHA for 5c0f02b
CHANGES.rst
@@ -3,8 +3,8 @@ Change Log
3
4
PRAW follows `semantic versioning <http://semver.org/>`_.
5
6
-Unreleased
7
-----------
+7.3.0 (2021/06/17)
+------------------
8
9
**Added**
10
praw/const.py
@@ -1,7 +1,7 @@
1
"""PRAW constants."""
2
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.2.1.dev0"
+__version__ = "7.3.0"
USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"
0 commit comments