This commit is contained in:
ed 2021-08-28 04:55:06 +02:00
parent 5845ec3f49
commit 4d685d78ee

View file

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