From 08cc2513fb8177dfc8d90a1645d8039c63ac876d Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Mon, 27 Nov 2023 03:34:09 +0000 Subject: [PATCH] Set development version v2.4.1.dev0 --- CHANGES.rst | 3 +++ asyncprawcore/const.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e568b80..09d77ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Change Log asyncprawcore follows `semantic versioning `_. +Unreleased +---------- + 2.4.0 (2023/11/27) ------------------ diff --git a/asyncprawcore/const.py b/asyncprawcore/const.py index 03ebfe1..2f7bf8a 100644 --- a/asyncprawcore/const.py +++ b/asyncprawcore/const.py @@ -1,7 +1,7 @@ """Constants for the asyncprawcore 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