summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-07-19 15:41:30 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-07-19 15:41:30 +0200
commita97cada2c456358242a4b099fcfed300d8173cf1 (patch)
tree8445fceb68557583985ab8160879386e71f2d2fe
parent3002107b936352612c73c4334a7ba134029596f0 (diff)
downloadoauthlib-a97cada2c456358242a4b099fcfed300d8173cf1.tar.gz
Bump to 3.1.0
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index c7d19a1..69dd113 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.1.0-dev'
+__version__ = '3.1.0'
logging.getLogger('oauthlib').addHandler(NullHandler())