From 9316335e5f7bb9b54ae996a0570ade8c40cdfc7d Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Mon, 27 Nov 2023 03:34:09 +0000 Subject: [PATCH] Bump to v2.4.0 --- CHANGES.rst | 4 ++-- asyncprawcore/const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b079ff8..e568b80 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change Log asyncprawcore follows `semantic versioning `_. -Unreleased ----------- +2.4.0 (2023/11/27) +------------------ **Changed** diff --git a/asyncprawcore/const.py b/asyncprawcore/const.py index 2d9003c..03ebfe1 100644 --- a/asyncprawcore/const.py +++ b/asyncprawcore/const.py @@ -1,7 +1,7 @@ """Constants for the asyncprawcore package.""" import os -__version__ = "2.3.1.dev0" +__version__ = "2.4.0" ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105 AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105