This commit is contained in:
ed
2025-03-23 22:16:40 +00:00
parent 99f63adf58
commit 6aaafeee6d
4 changed files with 44 additions and 4 deletions

View File

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