This commit is contained in:
ed 2021-06-08 09:41:31 +02:00
parent b77bed3324
commit b97a1088fa

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 11, 9) VERSION = (0, 11, 10)
CODENAME = "the grid" CODENAME = "the grid"
BUILD_DT = (2021, 6, 7) BUILD_DT = (2021, 6, 8)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)