Skip to content

Commit 9316335

Browse files
authored
Bump to v2.4.0
1 parent 6fc932b commit 9316335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change Log
33

44
asyncprawcore follows `semantic versioning <https://semver.org/>`_.
55

6-
Unreleased
7-
----------
6+
2.4.0 (2023/11/27)
7+
------------------
88

99
**Changed**
1010

asyncprawcore/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants for the asyncprawcore package."""
22
import os
33

4-
__version__ = "2.3.1.dev0"
4+
__version__ = "2.4.0"
55

66
ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105
77
AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105

0 commit comments

Comments
 (0)