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 42f4b6c + c633e48 commit 2a0db05Copy full SHA for 2a0db05
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