From a94a3bc7c2a62cecc41d31fb7ab5cb0c13fa4d2b Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 27 May 2017 18:10:46 +0200 Subject: [PATCH] Version 2.0.0 --- NEWS.rst | 2 +- radicale/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index fc0efa2..aa335b6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -7,7 +7,7 @@ ========================= This feature is not compatible with the 1.x.x versions. See -http://kozea.github.io/Radicale/1to2/ if you want to switch from 1.x.x to +http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.0.0. * Support Python 3.3+ only, Python 2 is not supported anymore diff --git a/radicale/__init__.py b/radicale/__init__.py index 6dad125..a2be611 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -51,7 +51,7 @@ import vobject from . import auth, rights, storage, xmlutils -VERSION = "2.0.0rc2" +VERSION = "2.0.0" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),