From 91298c3a2fc7b461862b4273da2f69d43eeb2346 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 4 Jun 2018 11:11:10 +0200 Subject: [PATCH] v1.0.0 --- HISTORY.rst | 5 +++++ requests_oauthlib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b6497fe..8826755 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,11 @@ History UNRELEASED ++++++++++ +nothing yet + +v1.0.0 (4 June 2018) +++++++++++++++++++++ + - **Removed support for Python 2.6 and Python 3.3.** This project now supports Python 2.7, and Python 3.4 and above. - Added several examples to the documentation. diff --git a/requests_oauthlib/__init__.py b/requests_oauthlib/__init__.py index 3f20ecb..1bb919e 100644 --- a/requests_oauthlib/__init__.py +++ b/requests_oauthlib/__init__.py @@ -5,7 +5,7 @@ from .oauth2_auth import OAuth2 from .oauth2_session import OAuth2Session, TokenUpdated -__version__ = '0.8.0' +__version__ = '1.0.0' import requests if requests.__version__ < '2.0.0':