Skip to content

Commit 3a0a363

Browse files
committed
Bump to 2.0.0
1 parent addb34e commit 3a0a363

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Change Log
44
asyncprawcore follows `semantic versioning <http://semver.org/>`_ with the exception
55
that deprecations will not be announced by a minor release.
66

7-
Unreleased
8-
----------
7+
2.0.0 (2021-02-23)
8+
------------------
99

1010
**Added**
1111

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__ = "1.5.1"
4+
__version__ = "2.0.0"
55

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

0 commit comments

Comments
 (0)