We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a291b commit 792f184Copy full SHA for 792f184
HISTORY.rst
@@ -4,6 +4,11 @@ History
4
UNRELEASED
5
++++++++++
6
7
+nothing yet
8
+
9
+v1.3.0 (6 November 2019)
10
+++++++++++++++++++++++++
11
12
- Instagram compliance fix
13
- Added ``force_querystring`` argument to fetch_token() method on OAuth2Session
14
requests_oauthlib/__init__.py
@@ -5,7 +5,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated
-__version__ = "1.2.0"
+__version__ = "1.3.0"
import requests
0 commit comments