This commit is contained in:
ed
2026-01-30 21:45:16 +00:00
parent 9c14972da6
commit e2dc6d33bf
2 changed files with 20 additions and 2 deletions

View File

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