From dcfd32f3809f303b9b6cd4cc63c08acae42f9dce Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Tue, 11 Jul 2023 20:48:11 +0000 Subject: [PATCH] Bump to v7.7.1 --- CHANGES.rst | 4 ++-- praw/const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b893f83fe..eb12f1ff7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log PRAW follows `semantic versioning `_. -Unreleased ----------- +7.7.1 (2023/07/11) +------------------ **Fixed** diff --git a/praw/const.py b/praw/const.py index a8c32b0ae..ae3780d32 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.7.1.dev0" +__version__ = "7.7.1" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"