Bump development version
This commit is contained in:
parent
48488f38d0
commit
e29d621625
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ History
|
||||||
|
|
||||||
* Add django-knocker integration
|
* Add django-knocker integration
|
||||||
* Change the default value of date_published to null
|
* Change the default value of date_published to null
|
||||||
|
* Clear menu cache when changing menu layout in apphook config
|
||||||
|
|
||||||
0.7.0 (2016-03-19)
|
0.7.0 (2016-03-19)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
|
@ -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.8.0.b1'
|
__version__ = '0.8.0.b2'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Reference in a new issue