This commit is contained in:
ed 2022-09-24 14:45:50 +02:00
parent e70e926a40
commit aaaa80e4b8

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 4, 0)
VERSION = (1, 4, 1)
CODENAME = "mostly reliable"
BUILD_DT = (2022, 9, 23)
BUILD_DT = (2022, 9, 24)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)