We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d4035 + b68ebf8 commit 495980dCopy full SHA for 495980d
CHANGES.rst
@@ -6,12 +6,6 @@ prawcore follows `semantic versioning <http://semver.org/>`_.
6
Unreleased
7
----------
8
9
-2.4.0 (2023/10/01)
10
-------------------
11
-
12
13
14
15
**Changed**
16
17
- Drop support for Python 3.6, which is end-of-life on 2021-12-23.
prawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the prawcore package."""
2
import os
3
4
-__version__ = "2.4.1.dev0"
+__version__ = "2.3.0"
5
ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105
AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105
0 commit comments