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.
2 parents 622372d + 97fdda6 commit 5afed68Copy full SHA for 5afed68
CHANGES.rst
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
+7.1.3 (2021/02/05)
+------------------
6
7
**Changed**
8
praw/const.py
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.1.3.dev0"
+__version__ = "7.1.3"
USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"
0 commit comments