This commit is contained in:
ed
2024-12-07 00:24:37 +00:00
parent be6afe2d3a
commit cdface0dd5
2 changed files with 42 additions and 2 deletions

View File

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