diff --git a/CHANGES.rst b/CHANGES.rst index 127df0cf5..fa0b9e24b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.3.0 (2021/06/17) +------------------ **Added** diff --git a/praw/const.py b/praw/const.py index c3c794b36..68308eb79 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.2.1.dev0" +__version__ = "7.3.0" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"