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):