This commit is contained in:
ed 2021-06-06 19:09:55 +02:00
parent a891f34a93
commit 0061d29534
3 changed files with 4 additions and 4 deletions

View file

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