prepare to release 0.2

This commit is contained in:
Matt Westcott 2014-03-11 16:40:04 +00:00
parent affec1ea59
commit 7b7e1dfe17
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
0.2 (xx.03.2014)
0.2 (11.03.2014)
~~~~~~~~~~~~~~~~
* SQLite support added
* Internationalisation of the admin backend

View file

@ -18,7 +18,7 @@ except ImportError:
setup(
name='wagtail',
version='0.1',
version='0.2',
description='A Django content management system focused on flexibility and user experience',
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',