Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Jun 15, 2021
1 parent 227fe4f commit f7c5c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
Change Log
==========

asyncprawcore follows `semantic versioning <http://semver.org/>`_ with the exception
that deprecations will not be announced by a minor release.

Unreleased
----------
2.1.0 (2021/06/15)
------------------

**Added**

Expand Down
2 changes: 1 addition & 1 deletion asyncprawcore/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for the asyncprawcore package."""
import os

__version__ = "2.0.1"
__version__ = "2.1.0"

ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
Expand Down

0 comments on commit f7c5c83

Please sign in to comment.