Skip to content

Commit 44a4157

Browse files
committed
bumped version to 0.8.1
1 parent df9e752 commit 44a4157

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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',
@@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
9090
Changelog
9191
---------
9292

93+
0.8.1 [2015-04-27]
94+
~~~~~~~~~~~~~~~~~~
95+
96+
* South migrations fixed. Added new django migrations.
97+
9398
0.8.0 [2015-03-27]
9499
~~~~~~~~~~~~~~~~~~
95100

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.8.1 [2015-04-27]
5+
------------------
6+
7+
* South migrations fixed. Added new django migrations.
8+
9+
410
0.8.0 [2015-03-27]
511
------------------
612

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)