From 2df8f92f873f8dab4068d927f062c02ad7c863e0 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 12 Jul 2013 17:45:30 +0200 Subject: [PATCH] Version 0.8 --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 7bbe1dc..30ea844 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.8" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to