From 07f3c13b62a858fdfe47b11cd5cfcb8e8a1e50bd Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 14 Jun 2010 19:59:52 +0200 Subject: [PATCH] Preparing the tree for the future 0.5 version. --- NEWS | 4 ++++ radicale/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 61a13077..4d49c5ce 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ NEWS ------ +0.5 - **Not released yet** +========================== + + 0.3 - Dancing Flowers ===================== diff --git a/radicale/__init__.py b/radicale/__init__.py index 5c4da3a8..54b3b9b2 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, xmlutils -VERSION = "0.3" +VERSION = "git" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""