From 3bd5b8f0fc9e437e3d6c35881fad9afc794094a2 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 24 Feb 2014 23:26:40 +0100 Subject: [PATCH] Let's try to release 0.9 beta 1 --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index d1c0894..c8aa2e3 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from . import auth, config, ical, log, rights, storage, xmlutils -VERSION = "git" +VERSION = "0.9b1" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to