Bump develop version

This commit is contained in:
Iacopo Spalletti 2016-05-03 08:34:31 +02:00
parent d9db4a795f
commit e8f684e738
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ History
* Made django CMS 3.2 the default version * Made django CMS 3.2 the default version
* Fixed error with on_site filter * Fixed error with on_site filter
* Removed meta-mixin compatibility code * Removed meta-mixin compatibility code
* Changed slug size to 255 chars
0.7.0 (2016-03-19) 0.7.0 (2016-03-19)
++++++++++++++++++ ++++++++++++++++++

View file

@ -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.b6' __version__ = '0.8.0.b7'
default_app_config = 'djangocms_blog.apps.BlogAppConfig' default_app_config = 'djangocms_blog.apps.BlogAppConfig'