v0.5.7
This commit is contained in:
parent
2bc6a20d71
commit
eafe2098b6
@ -1,8 +1,8 @@
|
||||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 5, 6)
|
||||
VERSION = (0, 5, 7)
|
||||
CODENAME = "fuse jelly"
|
||||
BUILD_DT = (2020, 11, 29)
|
||||
BUILD_DT = (2020, 11, 30)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
Loading…
Reference in New Issue
Block a user