diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 9a1690f1..093ce7b6 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 19, 13) +VERSION = (1, 19, 14) CODENAME = "usernames" BUILD_DT = (2025, 9, 23) diff --git a/pyproject.toml b/pyproject.toml index a48e6579..54668406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,7 @@ copyparty = [ "web/*.js", "web/*.css", "web/*.html", + "web/*.xml", "web/a/*.bat", "web/deps/*.gz", "web/deps/*.woff*",