This commit is contained in:
ed
2023-12-08 01:36:01 +00:00
parent 9672b8c9b3
commit a360ac29da
4 changed files with 22 additions and 4 deletions

View File

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