diff --git a/NEWS.rst b/NEWS.rst index 200ad6b..703828a 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 357a9c9..3656633 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