From 6babebd315a676e90da61c02c9161ea97894e302 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 21 Sep 2015 12:14:51 +0200 Subject: [PATCH] Version 1.0.1 --- NEWS.rst | 6 ++++++ radicale/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 200ad6be..703828ab 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,12 @@ ====== +1.0.1 +===== + +* Update the version because of a **stupid** "feature"™ of PyPI + + 1.0 - Sunflower =============== diff --git a/radicale/__init__.py b/radicale/__init__.py index 357a9c98..3656633d 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -51,7 +51,7 @@ except ImportError: from . import auth, config, ical, log, rights, storage, xmlutils -VERSION = "1.0" +VERSION = "1.0.1" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to