From f7c5c83c811b35942ccd0cfb74adfded621b0904 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Tue, 15 Jun 2021 03:00:36 +0000 Subject: [PATCH] Bump to v2.1.0 --- CHANGES.rst | 7 ++----- asyncprawcore/const.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bb6df39..003e13f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,8 @@ Change Log ========== -asyncprawcore follows `semantic versioning `_ with the exception -that deprecations will not be announced by a minor release. - -Unreleased ----------- +2.1.0 (2021/06/15) +------------------ **Added** diff --git a/asyncprawcore/const.py b/asyncprawcore/const.py index fada1f5..6519cfc 100644 --- a/asyncprawcore/const.py +++ b/asyncprawcore/const.py @@ -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"