Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Sep 22, 2016
1 parent 5bb40f8 commit 619ed2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
-------

v0.7.0 (22 September 2016)
++++++++++++++++++++++++++

- Allowed ``OAuth2Session.request`` to take the ``client_id`` and
``client_secret`` parameters for the purposes of automatic token refresh,
which may need them.

v0.6.2 (12 July 2016)
+++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion requests_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated

__version__ = '0.6.2'
__version__ = '0.7.0'

import requests
if requests.__version__ < '2.0.0':
Expand Down

0 comments on commit 619ed2d

Please sign in to comment.