Skip to content

Commit 792f184

Browse files
v1.3.0
1 parent 39a291b commit 792f184

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.3.0 (6 November 2019)
10+
++++++++++++++++++++++++
11+
712
- Instagram compliance fix
813
- Added ``force_querystring`` argument to fetch_token() method on OAuth2Session
914

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.2.0"
8+
__version__ = "1.3.0"
99

1010
import requests
1111

0 commit comments

Comments
 (0)