Set version numbers for 0.8 release

This commit is contained in:
Matt Westcott 2014-11-05 14:34:40 +00:00
parent 1350f7a835
commit 25c62356bf
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
0.8 (xx.xx.2014)
0.8 (05.11.2014)
~~~~~~~~~~~~~~~~
* Added logging for page operations

View file

@ -1,6 +1,6 @@
==========================================
Wagtail 0.8 release notes - IN DEVELOPMENT
==========================================
=========================
Wagtail 0.8 release notes
=========================
.. contents::
:local:

View file

@ -1,6 +1,6 @@
# Minimal requirements
Django>=1.7,<1.8
wagtail==0.7
wagtail==0.8
# Recommended components (require additional setup):
# psycopg2==2.5.2

View file

@ -1,2 +1,2 @@
__version__ = '0.7'
__version__ = '0.8'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'