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 495980d commit 8f59f8eCopy full SHA for 8f59f8e
CHANGES.rst
@@ -3,8 +3,8 @@ Change Log
3
4
prawcore follows `semantic versioning <http://semver.org/>`_.
5
6
-Unreleased
7
-----------
+2.4.0 (2023/10/01)
+------------------
8
9
**Changed**
10
prawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the prawcore package."""
2
import os
-__version__ = "2.3.0"
+__version__ = "2.4.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105
AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105
0 commit comments