diff --git a/NEWS.rst b/NEWS.rst index a5dfb6b5..c0ac4e88 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,11 @@ ====== +1.1.5 - Sixth Law of Nature +=========================== + +* Improve logging for ``--export-storage`` + 1.1.4 - Fifth Law of Nature =========================== diff --git a/radicale/__init__.py b/radicale/__init__.py index 67641140..e72bfe2f 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.4" +VERSION = "1.1.5" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to