This commit is contained in:
ed 2021-08-12 22:42:36 +02:00
parent ca4232ada9
commit d080b4a731

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 13, 1) VERSION = (0, 13, 2)
CODENAME = "future-proof" CODENAME = "future-proof"
BUILD_DT = (2021, 8, 9) BUILD_DT = (2021, 8, 12)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)