We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc932b commit 9316335Copy full SHA for 9316335
CHANGES.rst
@@ -3,8 +3,8 @@ Change Log
3
4
asyncprawcore follows `semantic versioning <https://semver.org/>`_.
5
6
-Unreleased
7
-----------
+2.4.0 (2023/11/27)
+------------------
8
9
**Changed**
10
asyncprawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the asyncprawcore package."""
2
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
0 commit comments