Skip to content

Commit d530dbd

Browse files
authored
Bump to v2.2.0
1 parent 40779be commit d530dbd

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
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Unreleased
5-
----------
4+
2.2.0 (2021/06/15)
5+
------------------
66

77
**Added**
88

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.1.1.dev0"
4+
__version__ = "2.2.0"
55

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

0 commit comments

Comments
 (0)