From 7bdfbfb6d6794e231c35fad186e4f43234333516 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 4 Nov 2011 01:29:06 +0100 Subject: [PATCH] Prepare the next 0.6.x version --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index ff4e06ca..01b9bd28 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.3" +VERSION = "0.6.x" class HTTPServer(wsgiref.simple_server.WSGIServer, object):