From a1a0fdd673f4796660f36287ac916e2dab78392c Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 1 Feb 2022 19:35:02 +0100 Subject: [PATCH] Bump version to 3.1.4 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e86379..2504f2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.1.4 + +* Fallback if RENAME_EXCHANGE is not supportd by the filesystem +* Assume POSIX compatibility if `sys.platform` is not `win32` +* Assume `F_FULLFSYNC` always exists if `sys.platform` is `darwin` + ## 3.1.3 * Redirect '…/.well-known/caldav' and '…/.well-known/carddav' to base prefix diff --git a/setup.py b/setup.py index 4724595d..85501230 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ from setuptools import find_packages, setup # When the version is updated, a new section in the CHANGELOG.md file must be # added too. -VERSION = "3.1.3" +VERSION = "3.1.4" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",