This commit is contained in:
ed 2022-12-30 07:54:34 +00:00
parent 8b81e58205
commit a70ecd7af0

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 5, 4)
VERSION = (1, 5, 5)
CODENAME = "babel"
BUILD_DT = (2022, 12, 29)
BUILD_DT = (2022, 12, 30)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)