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
## master
## 3.1.1
* Workaround for contact photo bug in InfCloud
* 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
# added too.
VERSION = "3.1.0"
VERSION = "3.1.1"
WEB_FILES = ["web/internal_data/css/icon.png",
"web/internal_data/css/main.css",
"web/internal_data/fn.js",