This commit is contained in:
ed 2021-12-16 22:54:44 +01:00
parent 6530cb6b05
commit 9eecc9e19a

View file

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