diff --git a/copyparty/__version__.py b/copyparty/__version__.py index ba6ad8f6..78f512b2 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 1, 5) +VERSION = (1, 1, 6) CODENAME = "opus" -BUILD_DT = (2021, 12, 4) +BUILD_DT = (2021, 12, 7) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/tests/test_httpcli.py b/tests/test_httpcli.py index c668f162..ab9485dc 100644 --- a/tests/test_httpcli.py +++ b/tests/test_httpcli.py @@ -51,6 +51,7 @@ class Cfg(Namespace): mte="a", mth="", textfiles="", + doctitle="", hist=None, no_idx=None, no_hash=None, diff --git a/tests/test_vfs.py b/tests/test_vfs.py index 1c883e9f..1a327a86 100644 --- a/tests/test_vfs.py +++ b/tests/test_vfs.py @@ -23,6 +23,7 @@ class Cfg(Namespace): "mtp": [], "mte": "a", "mth": "", + "doctitle": "", "hist": None, "no_idx": None, "no_hash": None,