summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2022-09-09 22:01:18 +0200
committerGitHub <noreply@github.com>2022-09-09 22:01:18 +0200
commit4a4d65f8eeecfe7d778269466871c5c15fe9c1bc (patch)
tree94317653856049b4049969500c831acdfb727d5f /oauthlib/__init__.py
parent2e40b412c844ecc4673c3fa3f72181f228bdbacd (diff)
parent88bb1562930a9bd9368bf26120655794d90d9585 (diff)
downloadoauthlib-4a4d65f8eeecfe7d778269466871c5c15fe9c1bc.tar.gz
Merge pull request #832 from oauthlib/3.2.1
Prepare 3.2.1 release
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 5dbffc9..9b7eff2 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'
+__version__ = '3.2.1'
logging.getLogger('oauthlib').addHandler(NullHandler())