This commit is contained in:
ed 2021-03-07 19:25:24 +01:00
parent 8a68a96c57
commit 0850b8ae2b
2 changed files with 3 additions and 3 deletions

View file

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

View file

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