Bump develop version
This commit is contained in:
parent
37e6c96d5e
commit
8319971643
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ History
|
||||||
* Add support for moved ThumbnailOption
|
* Add support for moved ThumbnailOption
|
||||||
* Fix Django 1.9 issues
|
* Fix Django 1.9 issues
|
||||||
* Fix copy relations method in plugins
|
* Fix copy relations method in plugins
|
||||||
|
* Mitigate issue when apphook config can't be retrieved
|
||||||
|
* Mitigate issue when wizard double registration is triggered
|
||||||
|
|
||||||
0.6.3 (2015-12-22)
|
0.6.3 (2015-12-22)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__author__ = 'Iacopo Spalletti'
|
__author__ = 'Iacopo Spalletti'
|
||||||
__email__ = 'i.spalletti@nephila.it'
|
__email__ = 'i.spalletti@nephila.it'
|
||||||
__version__ = '0.7.0.b1'
|
__version__ = '0.7.0.b2'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Reference in a new issue