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.
1 parent 1cdb488 commit bb0e000Copy full SHA for bb0e000
2 files changed
CHANGES.rst
@@ -3,8 +3,8 @@ Change Log
3
4
prawcore follows `semantic versioning <http://semver.org/>`_.
5
6
-Unreleased
7
-----------
+2.2.0 (2021-06-10)
+------------------
8
9
**Added**
10
prawcore/const.py
@@ -1,7 +1,7 @@
1
"""Constants for the prawcore package."""
2
import os
-__version__ = "2.1.0"
+__version__ = "2.2.0"
ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
0 commit comments