summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2022-01-29 21:43:39 +0100
committerGitHub <noreply@github.com>2022-01-29 21:43:39 +0100
commitc45943f89c98a8f8f185128eddca0e359311a6ad (patch)
tree0b1061fc627a7e9df2164f3d19012b7a57aa768c
parentcc5216eb10f2bee34662471c90ba623ce0620bd9 (diff)
parent9bf63a68646b2571c38e0d962891b7424edb5a0e (diff)
downloadoauthlib-c45943f89c98a8f8f185128eddca0e359311a6ad.tar.gz
Merge pull request #766 from oauthlib/3.2.0-dev
Prepare 3.2.0 release
-rw-r--r--CHANGELOG.rst6
-rw-r--r--oauthlib/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 21c9159..c67f4da 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========
+3.2.0 (TBD)
+------------------
+
+In Progress
+
+
3.1.1 (2021-05-31)
------------------
OAuth2.0 Provider - Bugfixes
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index a94cf94..46c4a92 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -12,7 +12,7 @@ import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.1.1'
+__version__ = '3.2.0-dev'
logging.getLogger('oauthlib').addHandler(NullHandler())