Skip to content

Commit 2a0db05

Browse files
authored
Merge pull request #1639 from praw-dev/version
Bump to 7.1.2
2 parents 42f4b6c + c633e48 commit 2a0db05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Unreleased
5-
----------
4+
7.1.2 (2021/02/03)
5+
------------------
66

77
**Fixed**
88

praw/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""PRAW constants."""
22
from .endpoints import API_PATH # noqa: F401
33

4-
__version__ = "7.1.1"
4+
__version__ = "7.1.2"
55

66
USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"
77

0 commit comments

Comments
 (0)