From d4d0a9dea44d98f44de2dab5a903aa790b4cbec7 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Sat, 29 Jan 2022 22:55:57 +0100 Subject: Fixed the version --- oauthlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 46c4a92..5dbffc9 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.2.0-dev' +__version__ = '3.2.0' logging.getLogger('oauthlib').addHandler(NullHandler()) -- cgit v1.2.1