Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.4.0 #154

Merged
merged 2 commits into from Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,9 @@ prawcore follows `semantic versioning <http://semver.org/>`_.
Unreleased
----------

2.4.0 (2023/10/01)
------------------

**Changed**

- Drop support for Python 3.6, which is end-of-life on 2021-12-23.
Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the prawcore package."""
import os

__version__ = "2.3.0"
__version__ = "2.4.1.dev0"

ACCESS_TOKEN_PATH = "/api/v1/access_token" # noqa: S105
AUTHORIZATION_PATH = "/api/v1/authorize" # noqa: S105
Expand Down