Skip to content

Commit 3e1a47f

Browse files
committed
bumped version to 0.8.2 and added changelog
1 parent 000c44a commit 3e1a47f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
9090
Changelog
9191
---------
9292

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+
9398
0.8.1 [2015-04-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.2 [2015-06-25]
5+
------------------
6+
7+
* Fix the migrations to be two-step and allow upgrade from 0.7.2
8+
9+
410
0.8.1 [2015-04-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.1'
1+
__version__ = '0.8.2'
22

33
__author__ = "Massimiliano Pippi & Federico Frenguelli"
44

0 commit comments

Comments
 (0)