diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4010560b8..33da390e0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -0.2 (xx.03.2014) +0.2 (11.03.2014) ~~~~~~~~~~~~~~~~ * SQLite support added * Internationalisation of the admin backend diff --git a/setup.py b/setup.py index 99cdd5122..67a26c523 100644 --- a/setup.py +++ b/setup.py @@ -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',