summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2021-06-03 08:08:16 +0200
committerJonathan Huot <jonathan.huot@gmail.com>2021-06-03 08:08:16 +0200
commitb696491cf3b6341a2f406e78f6c039d499b6625a (patch)
tree59200365ba8f942cf5ffb4e8c88e0e9adf7905b5
parent4fddf07313aed766b633a6ca400bca67980017ad (diff)
downloadoauthlib-b696491cf3b6341a2f406e78f6c039d499b6625a.tar.gz
Prepare 3.2.0 release
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
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())