This commit is contained in:
ed 2021-11-12 23:08:24 +01:00
parent 9c09b4061a
commit c5d822c70a

View file

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