From 6336ffba6ed1a4bb533adc95afad6320109e1ef9 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 25 Jun 2017 09:54:36 +0200 Subject: [PATCH] Bump version to 1.1.4 --- NEWS.rst | 5 +++++ radicale/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 79d62cc3e..a5dfb6b58 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 76d02047b..67641140e 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -50,7 +50,7 @@ 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