prepare for 0.5 release

pull/531/head v0.5
Matt Westcott 2014-08-01 17:01:42 +01:00
rodzic 35a4c9a4a1
commit 8edff405dd
4 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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