From 7d7fe904af504c20f7d802650e54a78e3d0be8ba Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Mon, 17 Oct 2022 21:42:56 +0200 Subject: Add 3.2.2 version --- oauthlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oauthlib') diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 9b7eff2..d9a5e38 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.1' +__version__ = '3.2.2' logging.getLogger('oauthlib').addHandler(NullHandler()) -- cgit v1.2.1