summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2022-01-29 22:55:57 +0100
committerJonathan Huot <jonathan.huot@gmail.com>2022-01-29 22:55:57 +0100
commitd4d0a9dea44d98f44de2dab5a903aa790b4cbec7 (patch)
treee8ff91002a6733667cc8813f6489e77577fc190b
parent864bd932a1a17a82cfe98078634fb38ec222dfc6 (diff)
downloadoauthlib-d4d0a9dea44d98f44de2dab5a903aa790b4cbec7.tar.gz
Fixed the version
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
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())