We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000c44a commit 3e1a47fCopy full SHA for 3e1a47f
README.rst
@@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
90
Changelog
91
---------
92
93
+0.8.2 [2015-06-25]
94
+~~~~~~~~~~~~~~~~~~
95
+
96
+* Fix the migrations to be two-step and allow upgrade from 0.7.2
97
98
0.8.1 [2015-04-27]
99
~~~~~~~~~~~~~~~~~~
100
docs/changelog.rst
@@ -1,6 +1,12 @@
1
2
=========
3
4
5
+------------------
6
7
8
9
10
11
------------------
12
oauth2_provider/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.8.1'
+__version__ = '0.8.2'
__author__ = "Massimiliano Pippi & Federico Frenguelli"
0 commit comments