Skip to content

Commit 5afed68

Browse files
authored
Merge pull request #1649 from praw-dev/prepare_release_v7.1.3
Release v7.1.3
2 parents 622372d + 97fdda6 commit 5afed68

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.3 (2021/02/05)
5+
------------------
66

77
**Changed**
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.3.dev0"
4+
__version__ = "7.1.3"
55

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

0 commit comments

Comments
 (0)