From 6f1da96d46afa271a9f4eb5ad57cb0172b1cb04a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 14 Jun 2010 19:05:27 +0200 Subject: [PATCH] Version 0.3 bump. --- NEWS | 4 ++-- radicale/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 239d5331..61a13077 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,8 @@ NEWS ------ -0.3 - **Not released yet** -========================== +0.3 - Dancing Flowers +===================== * Evolution support * Version management diff --git a/radicale/__init__.py b/radicale/__init__.py index 54b3b9b2..5c4da3a8 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.3" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""