summaryrefslogtreecommitdiff
path: root/oauthlib
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:23:57 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:29:29 +0100
commit45135a25d4dde6f0d1d6a9b735a40159ac391c11 (patch)
treeacde12426070a999c571339b947f7f2308acde8b /oauthlib
parentd4f48845a7ceec5bbd658cf2b478f7b6d5cfee2e (diff)
downloadoauthlib-45135a25d4dde6f0d1d6a9b735a40159ac391c11.tar.gz
Update Changelog to 3.0.0
Diffstat (limited to 'oauthlib')
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 5b1b380..e4ee2fd 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -12,6 +12,6 @@ import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.0.0-dev'
+__version__ = '3.0.0'
logging.getLogger('oauthlib').addHandler(NullHandler())