summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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())