This commit is contained in:
ed
2026-01-09 00:52:35 +00:00
parent 738a419b2b
commit ecd4fcc1b3
4 changed files with 58 additions and 4 deletions

View File

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