From a5c5f2494ff917db01b3e11a5513b0363e834922 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 28 Jul 2014 13:03:06 +0200 Subject: [PATCH] New version --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 06c867a4..8451e435 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -50,7 +50,7 @@ except ImportError: from . import auth, config, ical, log, rights, storage, xmlutils -VERSION = "0.9b1" +VERSION = "0.9b2" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to