Skip to content

Commit d6825e4

Browse files
authored
Bump to v7.2.0
1 parent c74f4e4 commit d6825e4

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

77
**Added**
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.5.dev0"
4+
__version__ = "7.2.0"
55

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

0 commit comments

Comments
 (0)