mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
v0.9.5
This commit is contained in:
parent
8a68a96c57
commit
0850b8ae2b
|
@ -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)
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue