We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc2e13 commit 4784955Copy full SHA for 4784955
HISTORY.rst
@@ -4,6 +4,11 @@ History
4
UNRELEASED
5
++++++++++
6
7
+nothing yet
8
+
9
+v1.1.0 (9 January 2019)
10
++++++++++++++++++++++++
11
12
- Adjusted version specifier for ``oauthlib`` dependency: this project is
13
not yet compatible with ``oauthlib`` 3.0.0.
14
- Dropped dependency on ``nose``.
requests_oauthlib/__init__.py
@@ -5,7 +5,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated
-__version__ = '1.0.0'
+__version__ = '1.1.0'
import requests
if requests.__version__ < '2.0.0':
0 commit comments