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 42f4b6c commit c633e48Copy full SHA for c633e48
CHANGES.rst
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
+7.1.2 (2021/02/03)
+------------------
6
7
**Fixed**
8
praw/const.py
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.1.1"
+__version__ = "7.1.2"
USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"
0 commit comments