Bump version to 3.1.4

This commit is contained in:
Unrud 2022-02-01 19:35:02 +01:00
parent c5a917826b
commit a1a0fdd673
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

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