This commit is contained in:
ed 2024-01-14 06:29:31 +00:00
parent 650e41c717
commit e7d00bae39

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 9, 28)
VERSION = (1, 9, 29)
CODENAME = "prometheable"
BUILD_DT = (2023, 12, 31)
BUILD_DT = (2024, 1, 14)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)