mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Bump version to 3.1.4
This commit is contained in:
parent
c5a917826b
commit
a1a0fdd673
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue