summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-07-19 12:41:44 +0200
committerGitHub <noreply@github.com>2019-07-19 12:41:44 +0200
commit6a22e130e2ee55f5aee3058df7de1781d60a61b8 (patch)
treea4b4f4b8567e59f8b0558f2de8786af820cd0c54 /oauthlib/__init__.py
parentd7b90fc841694f126ec63500ea8f74330c4672eb (diff)
parentfe9ec057f3cba2f8428ad666ad557d2f77188268 (diff)
downloadoauthlib-6a22e130e2ee55f5aee3058df7de1781d60a61b8.tar.gz
Release 3.0.2 (#683)
Release 3.0.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 0e413bc..f1457a9 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.0.2-dev'
+__version__ = '3.0.2'
logging.getLogger('oauthlib').addHandler(NullHandler())