This commit is contained in:
ed 2021-07-11 06:22:56 +02:00
parent a270019147
commit fd7df5c952

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 11, 34) VERSION = (0, 11, 35)
CODENAME = "the grid" CODENAME = "the grid"
BUILD_DT = (2021, 7, 9) BUILD_DT = (2021, 7, 11)
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)