From b696491cf3b6341a2f406e78f6c039d499b6625a Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Thu, 3 Jun 2021 08:08:16 +0200 Subject: Prepare 3.2.0 release --- oauthlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- cgit v1.2.1