From daa990e2f9b0acb9de7d0ffc17bc4372405251fe Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Sun, 1 Oct 2023 19:03:34 +0000 Subject: [PATCH] Set development version v2.4.1.dev0 --- CHANGES.rst | 3 +++ prawcore/const.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 032a0b3..d7c3197 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Change Log prawcore follows `semantic versioning `_. +Unreleased +---------- + 2.4.0 (2023/10/01) ------------------ diff --git a/prawcore/const.py b/prawcore/const.py index 5954679..9622e01 100644 --- a/prawcore/const.py +++ b/prawcore/const.py @@ -1,7 +1,7 @@ """Constants for the prawcore package.""" import os -__version__ = "2.4.0" +__version__ = "2.4.1.dev0" ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105 AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105