Skip to content

Commit 5c0f02b

Browse files
authored
Bump to v7.3.0
1 parent 2f28b87 commit 5c0f02b

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
@@ -3,8 +3,8 @@ Change Log
33

44
PRAW follows `semantic versioning <http://semver.org/>`_.
55

6-
Unreleased
7-
----------
6+
7.3.0 (2021/06/17)
7+
------------------
88

99
**Added**
1010

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.2.1.dev0"
4+
__version__ = "7.3.0"
55

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

0 commit comments

Comments
 (0)