From ff542943505db591c7395161c92755da33c945bc Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Tue, 10 May 2022 22:32:20 +0000 Subject: [PATCH] Bump to v7.6.0 --- CHANGES.rst | 4 ++-- praw/const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d4b05249d..88b9d450b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.6.0 (2022/05/10) +------------------ **Added** diff --git a/praw/const.py b/praw/const.py index 1fc35cba5..b3bc46967 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.5.1.dev0" +__version__ = "7.6.0" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"