From b3d883377988b0ef742e58ed9c270a14c2df3571 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 30 Jul 2016 16:43:29 +0200 Subject: [PATCH] Normalize the version number --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index d64d037b..7ececafb 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -47,7 +47,7 @@ import vobject from . import auth, rights, storage, xmlutils -VERSION = "2.0.0-pre" +VERSION = "2.0.0rc0" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to