This commit is contained in:
ed 2021-06-17 00:31:38 +02:00
parent d70981cdd1
commit 0a8e759fe6

View file

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