Merge branch 'release/0.8.x' into develop

This commit is contained in:
Iacopo Spalletti 2016-06-12 10:00:31 +02:00
commit f6cfacb50d
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
3 changed files with 8 additions and 2 deletions

View file

@ -3,6 +3,11 @@
History
-------
0.8.2 (2016-06-12)
++++++++++++++++++
* Aldryn-only release. No code changes
0.8.1 (2016-06-11)
++++++++++++++++++

View file

@ -77,8 +77,8 @@ HELPER_SETTINGS = dict(
CMS_TEMPLATES=(
('blog.html', 'Blog template'),
),
META_USE_SITES=True,
META_SITE_PROTOCOL='http',
META_USE_SITES=True,
META_SITE_DOMAIN='example.com',
META_USE_OG_PROPERTIES=True,
META_USE_TWITTER_PROPERTIES=True,

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.8.1.post1'
__version__ = '0.9.pre1'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'