This commit is contained in:
ed 2021-07-06 21:58:03 +02:00
parent 22971a6be4
commit 4121266678

View file

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