This commit is contained in:
ed 2021-08-29 01:38:06 +02:00
parent bae0d440bf
commit 161d57bdda

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 13, 7) VERSION = (0, 13, 8)
CODENAME = "future-proof" CODENAME = "future-proof"
BUILD_DT = (2021, 8, 28) BUILD_DT = (2021, 8, 29)
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)