prepare for 0.5 release

This commit is contained in:
Matt Westcott 2014-08-01 17:01:42 +01:00
parent 35a4c9a4a1
commit 8edff405dd
4 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
0.5 (xx.xx.20xx)
0.5 (01.08.2014)
~~~~~~~~~~~~~~~~
* Added multiple image uploader
* Added support for face and feature detection on images using the OpenCV library

View file

@ -70,9 +70,9 @@ copyright = u'2014, Torchbox'
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4'
release = '0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

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

View file

@ -47,7 +47,7 @@ if not PY3:
setup(
name='wagtail',
version='0.4',
version='0.5',
description='A Django content management system focused on flexibility and user experience',
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',