From 7d06d1b4d55523fb50144b33905335e4a691ed72 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 3 Aug 2012 14:37:40 +0200 Subject: [PATCH] Version set to "git" --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index e875760..28ef953 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.1" +VERSION = "git" class HTTPServer(wsgiref.simple_server.WSGIServer, object):