Skip to content

Commit

Permalink
bumped version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jul 28, 2015
1 parent 768e4ff commit 8b8e638
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ Changelog
---------


master branch
~~~~~~~~~~~~~
0.9.0 [2015-07-28]
~~~~~~~~~~~~~~~~~~

* ``oauthlib_backend_class`` is now pluggable through Django settings
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``
* #238: Fixed redirect uri handling in case of error
* #229: Invalidate access tokens when getting a new refresh token
* added support for oauthlib 1.0

0.8.2 [2015-06-25]
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Changelog
=========

master branch
-------------
0.9.0 [2015-07-28]
~~~~~~~~~~~~~~~~~~

* ``oauthlib_backend_class`` is now pluggable through Django settings
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``
* #238: Fixed redirect uri handling in case of error
* #229: Invalidate access tokens when getting a new refresh token
* added support for oauthlib 1.0


0.8.2 [2015-06-25]
Expand Down
2 changes: 1 addition & 1 deletion oauth2_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.2'
__version__ = '0.9.0'

__author__ = "Massimiliano Pippi & Federico Frenguelli"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version(package):
install_requires=[
'django>=1.4',
'django-braces>=1.2.2',
'oauthlib>=0.6.2',
'oauthlib==1.0.1',
'six',
],
zip_safe=False,
Expand Down

0 comments on commit 8b8e638

Please sign in to comment.