Skip to content

Commit bb62289

Browse files
committed
Merge with '0.8.1'
Conflicts: README.rst docs/changelog.rst
2 parents fec119f + 44a4157 commit bb62289

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Install with pip::
5353
Add `oauth2_provider` to your `INSTALLED_APPS`
5454

5555
.. code-block:: python
56-
56+
5757
INSTALLED_APPS = (
5858
...
5959
'oauth2_provider',
@@ -96,6 +96,11 @@ master branch
9696
* ``oauthlib_backend_class`` is now pluggable through Django settings
9797
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``
9898

99+
0.8.1 [2015-04-27]
100+
~~~~~~~~~~~~~~~~~~
101+
102+
* South migrations fixed. Added new django migrations.
103+
99104
0.8.0 [2015-03-27]
100105
~~~~~~~~~~~~~~~~~~
101106

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ master branch
77
* ``oauthlib_backend_class`` is now pluggable through Django settings
88
* #127: ``application/json`` Content-Type is now supported using ``JSONOAuthLibCore``
99

10+
11+
0.8.1 [2015-04-27]
12+
------------------
13+
14+
* South migrations fixed. Added new django migrations.
15+
16+
1017
0.8.0 [2015-03-27]
1118
------------------
1219

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.8.1'
22

33
__author__ = "Massimiliano Pippi & Federico Frenguelli"
44

0 commit comments

Comments
 (0)