Skip to content

Commit

Permalink
Merge with '0.8.1'
Browse files Browse the repository at this point in the history
Conflicts:
	README.rst
	docs/changelog.rst
  • Loading branch information
synasius committed Apr 27, 2015
2 parents fec119f + 44a4157 commit bb62289
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Install with pip::
Add `oauth2_provider` to your `INSTALLED_APPS`

.. code-block:: python
INSTALLED_APPS = (
...
'oauth2_provider',
Expand Down Expand Up @@ -96,6 +96,11 @@ master branch
* ``oauthlib_backend_class`` is now pluggable through Django settings
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``

0.8.1 [2015-04-27]
~~~~~~~~~~~~~~~~~~

* South migrations fixed. Added new django migrations.

0.8.0 [2015-03-27]
~~~~~~~~~~~~~~~~~~

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ master branch
* ``oauthlib_backend_class`` is now pluggable through Django settings
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``


0.8.1 [2015-04-27]
------------------

* South migrations fixed. Added new django migrations.


0.8.0 [2015-03-27]
------------------

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.0'
__version__ = '0.8.1'

__author__ = "Massimiliano Pippi & Federico Frenguelli"

Expand Down

0 comments on commit bb62289

Please sign in to comment.