Skip to content

Commit bb0e005

Browse files
committed
Bump to 2.1.0
1 parent d5784d3 commit bb0e005

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
Change Log
22
==========
33

4-
prawcore follows `semantic versioning <http://semver.org/>`_ with the exception that
5-
deprecations will not be announced by a minor release.
4+
prawcore follows `semantic versioning <http://semver.org/>`_.
65

7-
Unreleased
6+
2.1.0 (2021-06-07)
87
------------------
98

109
**Added**

prawcore/const.py

Lines changed: 1 addition & 1 deletion
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.0.0"
4+
__version__ = "2.1.0"
55

66
ACCESS_TOKEN_PATH = "/api/v1/access_token"
77
AUTHORIZATION_PATH = "/api/v1/authorize"

0 commit comments

Comments
 (0)