From 3c0410b86c080622e76abeaf4b4b66adf8bb6546 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 3 Nov 2011 22:51:01 +0100 Subject: [PATCH] Version 0.6.3 --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 01b9bd28..ff4e06ca 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.x" +VERSION = "0.6.3" class HTTPServer(wsgiref.simple_server.WSGIServer, object):