Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Nov 6, 2019
1 parent 39a291b commit 792f184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,6 +4,11 @@ History
UNRELEASED
++++++++++

nothing yet

v1.3.0 (6 November 2019)
++++++++++++++++++++++++

- Instagram compliance fix
- Added ``force_querystring`` argument to fetch_token() method on OAuth2Session

Expand Down
2 changes: 1 addition & 1 deletion requests_oauthlib/__init__.py
Expand Up @@ -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

Expand Down

0 comments on commit 792f184

Please sign in to comment.