From 7101adae1099ead6c974facd13d3f2544ae897e8 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Sat, 13 Nov 2021 23:14:33 +0000 Subject: [PATCH] Bump to v7.5.0 --- CHANGES.rst | 4 ++-- praw/const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dd346262c..01e37b16a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.5.0 (2021/11/13) +------------------ **Added** diff --git a/praw/const.py b/praw/const.py index f988bb6db..ba529fdd1 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.4.1.dev0" +__version__ = "7.5.0" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"