From 87e43ca743dbd6c4324b8e685e73de3218b67af5 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 8 Oct 2013 11:41:57 +0200 Subject: [PATCH] Back to development: 0.0.3 --- CHANGES | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 21872da..7186805 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ CHANGELOG ========= +0.0.3 (unreleased) +------------------ + +- Nothing changed yet. + + 0.0.2 (2013-10-08) ------------------ diff --git a/setup.py b/setup.py index 50f6668..1dbcfbf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-appypod', - version='0.0.2', + version='0.0.3.dev0', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-appypod/',