From 547c888c6378274ea792ee9545c07832772dc4c9 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 7 Aug 2010 23:37:05 +0200 Subject: [PATCH] 0.5 git version bump --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 34d2255..cbc7b60 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, xmlutils -VERSION = "0.4" +VERSION = "git" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""