From c964910348b3dd48e5c3a030b27d0cd960d701a3 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 24 Jul 2017 02:37:03 +0200 Subject: [PATCH] Bump version to 1.1.5 --- NEWS.rst | 5 +++++ radicale/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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