summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2022-10-17 21:42:56 +0200
committerJonathan Huot <jonathan.huot@gmail.com>2022-10-17 21:42:56 +0200
commite6c33e41a8ce6dadff387cdc4613a55b63d1827e (patch)
tree825510e3c02bbd84c65167fad7f5e066fbd47e52 /oauthlib/__init__.py
parent4a4d65f8eeecfe7d778269466871c5c15fe9c1bc (diff)
downloadoauthlib-3.2.2.tar.gz
Add 3.2.2 versionv3.2.23.2.2
Diffstat (limited to 'oauthlib/__init__.py')
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
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())