diff --git a/NEWS.rst b/NEWS.rst index b9179659..bf8e81f5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,12 @@ ====== +0.6.4 - Tulips +============== + +* Fix the installation with Python 3.1 + + 0.6.3 - Red Roses ================= diff --git a/radicale/__init__.py b/radicale/__init__.py index 01b9bd28..adb7e10c 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.4" class HTTPServer(wsgiref.simple_server.WSGIServer, object):