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