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",