diff --git a/NEWS.rst b/NEWS.rst index 29a2cda..34ab8a6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,12 @@ ====== +1.1.1 - Second Law of Nature +============================ + +* Fix the owner_write rights rule + + 1.1 - Law of Nature =================== diff --git a/radicale/__init__.py b/radicale/__init__.py index 13cb713..6c554b9 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -50,7 +50,7 @@ except ImportError: from . import auth, config, ical, log, pathutils, rights, storage, xmlutils -VERSION = "1.1" +VERSION = "1.1.1" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to