Skip to content

Commit

Permalink
Bump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Feb 1, 2022
1 parent c5a9178 commit a1a0fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# 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",
Expand Down

0 comments on commit a1a0fdd

Please sign in to comment.