We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5784d3 + bb0e005 commit 4e582b2Copy full SHA for 4e582b2
2 files changed
CHANGES.rst
@@ -1,10 +1,9 @@
1
Change Log
2
==========
3
4
-prawcore follows `semantic versioning <http://semver.org/>`_ with the exception that
5
-deprecations will not be announced by a minor release.
+prawcore follows `semantic versioning <http://semver.org/>`_.
6
7
-Unreleased
+2.1.0 (2021-06-07)
8
------------------
9
10
**Added**
prawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the prawcore package."""
import os
-__version__ = "2.0.0"
+__version__ = "2.1.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments