From 7180a0948aad4c1ceab1e57aff9aa69fc7a9cf0c Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 27 Aug 2011 13:33:25 +0200 Subject: [PATCH] Set the version to "git", let's add some funky stuff into the 0.7 version! --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 7637937..2233946 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.1" +VERSION = "git" class HTTPServer(wsgiref.simple_server.WSGIServer, object):