From f24c3b8e167f243c77324d94587689ccc85e5022 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 5 Jan 2012 12:26:35 +0100 Subject: [PATCH] Update the NEWS for 0.6.4 --- NEWS.rst | 6 ++++++ radicale/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b9179659e..bf8e81f57 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 01b9bd28d..adb7e10cc 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ from radicale import acl, config, ical, log, xmlutils -VERSION = "0.6.x" +VERSION = "0.6.4" class HTTPServer(wsgiref.simple_server.WSGIServer, object):