From 5676223d12d84ed528b4db713b315808a3a3981a Mon Sep 17 00:00:00 2001 From: Joel Payne <15524072+LilSpazJoekp@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:54:16 -0500 Subject: [PATCH] Revert "Release v2.4.0" --- CHANGES.rst | 3 --- prawcore/const.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 55a3239..0177221 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,9 +6,6 @@ prawcore follows `semantic versioning `_. Unreleased ---------- -2.4.0 (2023/10/01) ------------------- - **Changed** - Drop support for Python 3.6, which is end-of-life on 2021-12-23. diff --git a/prawcore/const.py b/prawcore/const.py index 9622e01..24fdc09 100644 --- a/prawcore/const.py +++ b/prawcore/const.py @@ -1,7 +1,7 @@ """Constants for the prawcore package.""" import os -__version__ = "2.4.1.dev0" +__version__ = "2.3.0" ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105 AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105