This commit is contained in:
ed 2021-07-12 00:51:59 +02:00
parent 8837c8f822
commit 6da2a083f9

View file

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