This commit is contained in:
ed 2022-06-27 22:57:05 +02:00
parent a9591db734
commit feb1acd43a

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 3, 2)
VERSION = (1, 3, 3)
CODENAME = "god dag"
BUILD_DT = (2022, 6, 20)
BUILD_DT = (2022, 6, 27)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)