Skip to content

Commit 1495328

Browse files
v1.2.0
1 parent b3c227a commit 1495328

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ History
44
UNRELEASED
55
++++++++++
66

7+
nothing yet
8+
9+
v1.2.0 (14 January 2019)
10+
++++++++++++++++++++++++
11+
712
- This project now depends on OAuthlib 3.0.0 and above. It does **not** support
813
versions of OAuthlib before 3.0.0.
914
- Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead of `auth`

requests_oauthlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .oauth2_auth import OAuth2
66
from .oauth2_session import OAuth2Session, TokenUpdated
77

8-
__version__ = '1.1.0'
8+
__version__ = '1.2.0'
99

1010
import requests
1111
if requests.__version__ < '2.0.0':

0 commit comments

Comments
 (0)