Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jun 4, 2018
1 parent b3a9c69 commit 91298c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion requests_oauthlib/__init__.py
Expand Up @@ -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':
Expand Down

0 comments on commit 91298c3

Please sign in to comment.