From c4d13c94a095e5c470be4f03b6509f338c26f9aa Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 27 Aug 2011 13:32:47 +0200 Subject: [PATCH] 0.6.x branch creation --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 76379375..88b5f253 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 = "0.6.x" class HTTPServer(wsgiref.simple_server.WSGIServer, object):