From c1d279e63f98bc61833f5fbd15c17444bb8845c1 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 25 Aug 2017 19:13:11 +0200 Subject: [PATCH] Bump version to 2.1.5 --- NEWS.md | 12 ++++++++++++ radicale/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 42b7115b3..77c99c9ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,18 @@ News ==== +2.1.5 - Wild Radish +------------------- + +This release is compatible with version 2.0.0. + +* Add ``--verify-storage`` command-line argument +* Allow comments in the htpasswd file +* Don't strip whitespaces from user names and passwords in the htpasswd file +* Remove cookies from logging output +* Allow uploads of whole collections with many components +* Show warning message if server.timeout is used with Python < 3.5.2 + 2.1.4 - Wild Radish ------------------- diff --git a/radicale/__init__.py b/radicale/__init__.py index a54c79258..e46581796 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -52,7 +52,7 @@ from . import auth, rights, storage, web, xmlutils -VERSION = "2.1.4" +VERSION = "2.1.5" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),