From 6e454afe1bee64c49935f9d20d5b78d4f28293d8 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 31 Jul 2011 23:20:56 +0200 Subject: [PATCH] Preparing next version --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 724cb9e..2dd1975 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, log, xmlutils -VERSION = "0.6" +VERSION = "git" class HTTPServer(wsgiref.simple_server.WSGIServer, object):