This commit is contained in:
ed
2026-01-21 05:05:50 +00:00
parent 6dcb1efb7c
commit c41ee3fc27
2 changed files with 52 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 20, 2)
VERSION = (1, 20, 3)
CODENAME = "sftp is fine too"
BUILD_DT = (2026, 1, 19)
BUILD_DT = (2026, 1, 21)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)