Skip to content

Commit 8f59f8e

Browse files
authored
Bump to v2.4.0
1 parent 495980d commit 8f59f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change Log
33

44
prawcore follows `semantic versioning <http://semver.org/>`_.
55

6-
Unreleased
7-
----------
6+
2.4.0 (2023/10/01)
7+
------------------
88

99
**Changed**
1010

Diff for: prawcore/const.py

+1-1
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.3.0"
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)