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 ddf9e76 + 98ce830 commit 85da77dCopy full SHA for 85da77d
CHANGES.rst
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
+7.1.0 (2020/06/22)
+------------------
6
7
**Added**
8
praw/const.py
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401
-__version__ = "7.0.1.dev0"
+__version__ = "7.1.0"
USER_AGENT_FORMAT = "{} PRAW/" + __version__
0 commit comments