From 2f641b6a3fbde563ce3f56218493f24e511ed609 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 7 Aug 2010 14:55:05 +0200 Subject: [PATCH] Version 0.4 bump --- NEWS | 6 ++++-- TODO | 1 + radicale/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 67e9ff6..ea78e6d 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +6,14 @@ NEWS ------ -0.5 - **Not released yet** -========================== +0.4 - Hot Days Back +=================== * Personal calendars * HEAD requests * Last-Modified HTTP header +* ``no-ssl`` and ``foreground`` options +* Default configuration file 0.3 - Dancing Flowers diff --git a/TODO b/TODO index 2d2d2a7..e9f57b3 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,7 @@ === * Calendar collections +* Group calendars * [IN PROGRESS] Windows and MacOS tested support diff --git a/radicale/__init__.py b/radicale/__init__.py index cbc7b60..34d2255 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, xmlutils -VERSION = "git" +VERSION = "0.4" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""