From abc404a5b7042d12c44890d6d1242db0c2f8b2bf Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 7 Dec 2021 01:17:56 +0100 Subject: [PATCH] v1.1.6 --- copyparty/__version__.py | 4 ++-- tests/test_httpcli.py | 1 + tests/test_vfs.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) 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,