This commit is contained in:
ed
2023-04-29 21:14:38 +00:00
parent 544e0549bc
commit 1e22222c60
2 changed files with 32 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 6, 15)
CODENAME = "cors k"
BUILD_DT = (2023, 4, 26)
VERSION = (1, 7, 0)
CODENAME = "unlinked"
BUILD_DT = (2023, 4, 29)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)