Skip to content

Commit f7c5c83

Browse files
authored
Bump to v2.1.0
1 parent 227fe4f commit f7c5c83

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGES.rst

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

4-
asyncprawcore follows `semantic versioning <http://semver.org/>`_ with the exception
5-
that deprecations will not be announced by a minor release.
6-
7-
Unreleased
8-
----------
4+
2.1.0 (2021/06/15)
5+
------------------
96

107
**Added**
118

asyncprawcore/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants for the asyncprawcore package."""
22
import os
33

4-
__version__ = "2.0.1"
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)