From 35a2f51a2eeca38b62db705ced2d39f6c196e00e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 31 Jul 2011 23:20:08 +0200 Subject: [PATCH] Version 0.6 --- NEWS | 4 ++-- radicale/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02100a4..e97ad96 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,8 @@ NEWS ------ -0.6 - *Not released yet* -======================== +0.6 - Sapling +============= * WSGI support * IPv6 support diff --git a/radicale/__init__.py b/radicale/__init__.py index 2dd1975..724cb9e 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, log, xmlutils -VERSION = "git" +VERSION = "0.6" class HTTPServer(wsgiref.simple_server.WSGIServer, object):