This commit is contained in:
ed 2021-09-03 21:21:17 +02:00
parent bc85723657
commit 231a03bcfd

View file

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