1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-29 18:08:31 +00:00

Bump version to 3.1.1

This commit is contained in:
Unrud 2022-01-18 22:51:25 +01:00
parent d961253348
commit 3420c182a9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## master ## 3.1.1
* Workaround for contact photo bug in InfCloud * Workaround for contact photo bug in InfCloud
* Redirect GET and HEAD requests under `/.web` to sanitized path * Redirect GET and HEAD requests under `/.web` to sanitized path

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 # When the version is updated, a new section in the CHANGELOG.md file must be
# added too. # added too.
VERSION = "3.1.0" VERSION = "3.1.1"
WEB_FILES = ["web/internal_data/css/icon.png", WEB_FILES = ["web/internal_data/css/icon.png",
"web/internal_data/css/main.css", "web/internal_data/css/main.css",
"web/internal_data/fn.js", "web/internal_data/fn.js",