From 085c9f0acac96a2c67733bcd1586261edd54a127 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 20 Mar 2012 18:45:12 +0100 Subject: [PATCH] Update the version to "git" --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 2ed1b1e..e2c201d 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, log, storage, xmlutils -VERSION = "0.7" +VERSION = "git" class HTTPServer(wsgiref.simple_server.WSGIServer, object):