diff options
author | Jonathan Huot <jonathan.huot@gmail.com> | 2022-10-17 21:42:56 +0200 |
---|---|---|
committer | Jonathan Huot <jonathan.huot@gmail.com> | 2023-01-10 14:20:21 +0100 |
commit | 7d7fe904af504c20f7d802650e54a78e3d0be8ba (patch) | |
tree | 81bc739a7b2c1c1d32b097521f6e5ac87077700b /oauthlib/__init__.py | |
parent | 564d526fdbdc32a936e4b5ddac186c26024f626b (diff) | |
download | oauthlib-master.tar.gz |
Diffstat (limited to 'oauthlib/__init__.py')
-rw-r--r-- | oauthlib/__init__.py | 2 |
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()) |