Bump version to 3.1.3

This commit is contained in:
Unrud 2022-01-26 21:53:15 +01:00
parent c296dfd497
commit a76de3da83
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 3.1.3
* Redirect '…/.well-known/caldav' and '…/.well-known/carddav' to base prefix
* Warning instead of error when base prefix ends with '/'
## 3.1.2
* Verify that base prefix starts with '/' but doesn't end with '/'

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.2"
VERSION = "3.1.3"
WEB_FILES = ["web/internal_data/css/icon.png",
"web/internal_data/css/main.css",
"web/internal_data/fn.js",