From 186bfb083a815b1cfb7f2493a78683530ddba1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 6 Jan 2015 11:43:45 +0100 Subject: [PATCH] Release 1.2.99 - The last before Moving to Django1.7. --- VERSIONS | 5 +++++ calebasse/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 10fc8ea3..ff20dfbf 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +1.2.99 - 06/01/2015 +------------------- + +* Last version before migrating to Django 1.7. + 1.0.1 - 11/01/2013 ------------------ diff --git a/calebasse/__init__.py b/calebasse/__init__.py index c68196d1..039840a9 100644 --- a/calebasse/__init__.py +++ b/calebasse/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.99"