This commit is contained in:
ed 2021-06-15 00:01:11 +02:00
parent 6ea75df05d
commit cd52dea488

View file

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