From 7b7e1dfe175e486b6b9db02b60c96cf7dbd66f26 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 11 Mar 2014 16:40:04 +0000 Subject: [PATCH] prepare to release 0.2 --- CHANGELOG.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',