From b19b4c881068be82fe3a529cdffa7233950d7f38 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 2 Apr 2011 11:37:42 +0200 Subject: [PATCH] 0.5 version --- NEWS | 5 +++-- TODO | 7 +------ radicale/__init__.py | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index fa927ff1..32370121 100644 --- a/NEWS +++ b/NEWS @@ -6,10 +6,11 @@ NEWS ------ -0.5 - *Not released yet* -======================== +0.5 - Historical Artifacts +========================== * Calendar depth +* iPhone support * MacOS and Windows support * HEAD requests management * htpasswd user from calendar path diff --git a/TODO b/TODO index f394b8ab..c695c0f4 100644 --- a/TODO +++ b/TODO @@ -6,12 +6,6 @@ TODO ------ -0.5 -=== - -* iCal and iPhone support - - 0.6 === @@ -19,6 +13,7 @@ * [IN PROGRESS] LDAP and databases auth support * CalDAV rights * Read-only access for foreign users +* Smart, verbose and configurable logs 1.0 diff --git a/radicale/__init__.py b/radicale/__init__.py index 905257b0..351597fd 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.5" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""