This commit is contained in:
ed
2024-11-23 23:36:15 +00:00
parent 7dfbfc7227
commit a90dde94e1
2 changed files with 23 additions and 2 deletions

View File

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