From 0850b8ae2be200cac551d36f6e0b8467d2171015 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Mar 2021 19:25:24 +0100 Subject: [PATCH] v0.9.5 --- copyparty/__version__.py | 4 ++-- tests/test_vfs.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index f69adc7e..bf85b1e1 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 9, 4) +VERSION = (0, 9, 5) CODENAME = "the strongest music server" -BUILD_DT = (2021, 3, 5) +BUILD_DT = (2021, 3, 7) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/tests/test_vfs.py b/tests/test_vfs.py index 11a511a7..758fe12d 100644 --- a/tests/test_vfs.py +++ b/tests/test_vfs.py @@ -90,7 +90,7 @@ class TestVFS(unittest.TestCase): finally: return ret - def log(self, src, msg): + def log(self, src, msg, c=0): pass def test(self):