This commit is contained in:
ed
2025-02-09 23:31:26 +00:00
parent 32e90859f4
commit ddec22d04c
6 changed files with 31 additions and 10 deletions

View File

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