Skip to content

Commit 495980d

Browse files
authored
Merge pull request #159 from praw-dev/revert-158-prepare_release_v2.4.0
Revert "Release v2.4.0"
2 parents 43d4035 + b68ebf8 commit 495980d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGES.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ prawcore follows `semantic versioning <http://semver.org/>`_.
66
Unreleased
77
----------
88

9-
2.4.0 (2023/10/01)
10-
------------------
11-
12-
2.4.0 (2023/10/01)
13-
------------------
14-
159
**Changed**
1610

1711
- Drop support for Python 3.6, which is end-of-life on 2021-12-23.

prawcore/const.py

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

4-
__version__ = "2.4.1.dev0"
4+
__version__ = "2.3.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)