Bump development version

This commit is contained in:
Iacopo Spalletti 2016-04-20 07:33:27 +02:00
parent 48488f38d0
commit e29d621625
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ History
* Add django-knocker integration
* 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)
++++++++++++++++++

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.8.0.b1'
__version__ = '0.8.0.b2'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'