This commit is contained in:
ed 2021-10-19 01:10:16 +02:00
parent 79097bb43c
commit b69aace8d8

View file

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