Release 0.9.0rc1 [ci skip]

This commit is contained in:
Iacopo Spalletti 2018-01-14 23:08:39 +01:00
parent 969e654687
commit c4d1466539
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ from __future__ import absolute_import, print_function, unicode_literals
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.9b10'
__version__ = '0.9.0rc1'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'