Bump develop version
This commit is contained in:
parent
d9db4a795f
commit
e8f684e738
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ History
|
|||
* Made django CMS 3.2 the default version
|
||||
* Fixed error with on_site filter
|
||||
* Removed meta-mixin compatibility code
|
||||
* Changed slug size to 255 chars
|
||||
|
||||
0.7.0 (2016-03-19)
|
||||
++++++++++++++++++
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__author__ = 'Iacopo Spalletti'
|
||||
__email__ = 'i.spalletti@nephila.it'
|
||||
__version__ = '0.8.0.b6'
|
||||
__version__ = '0.8.0.b7'
|
||||
|
||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||
|
|
Loading…
Reference in a new issue