Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed Aug 5, 2020
1 parent 91a91f4 commit 8e411db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,12 @@ Change Log
prawcore follows `semantic versioning <http://semver.org/>`_ with the exception
that deprecations will not be announced by a minor release.

1.5.0 (2020-08-04)
------------------

**Changed**

* Drop support for Python 3.5, which is end-of-life on 2020-09-13.

1.4.0 (2020-05-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the prawcore package."""
import os

__version__ = "1.4.0"
__version__ = "1.5.0"

ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
Expand Down

0 comments on commit 8e411db

Please sign in to comment.