From 4176ef44def924701e6562012945c0b1c49ae077 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 24 Sep 2017 02:01:14 +0200 Subject: [PATCH] Bump version to 2.1.8 --- NEWS.md | 7 +++++++ radicale/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 400b4c0..6fc02ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ News ==== +2.1.8 - Wild Radish +------------------- + +This release is compatible with version 2.0.0. + +* Flush files before fsync'ing + 2.1.7 - Wild Radish ------------------- diff --git a/radicale/__init__.py b/radicale/__init__.py index b6b7e7d..ca10e84 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -52,7 +52,7 @@ import vobject from . import auth, rights, storage, web, xmlutils -VERSION = "2.1.7" +VERSION = "2.1.8" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),