This commit is contained in:
ed 2020-11-29 19:49:16 +01:00
parent 37567844af
commit 8b502a7235

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 5, 5)
VERSION = (0, 5, 6)
CODENAME = "fuse jelly"
BUILD_DT = (2020, 11, 27)
BUILD_DT = (2020, 11, 29)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)