We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c227a commit 1495328Copy full SHA for 1495328
HISTORY.rst
@@ -4,6 +4,11 @@ History
4
UNRELEASED
5
++++++++++
6
7
+nothing yet
8
+
9
+v1.2.0 (14 January 2019)
10
+++++++++++++++++++++++++
11
12
- This project now depends on OAuthlib 3.0.0 and above. It does **not** support
13
versions of OAuthlib before 3.0.0.
14
- Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead of `auth`
requests_oauthlib/__init__.py
@@ -5,7 +5,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated
-__version__ = '1.1.0'
+__version__ = '1.2.0'
import requests
if requests.__version__ < '2.0.0':
0 commit comments