diff --git a/CHANGELOG.md b/CHANGELOG.md index a84efcd8..a4e86379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 '/' diff --git a/setup.py b/setup.py index b1781a50..4724595d 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.2" +VERSION = "3.1.3" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",