This commit is contained in:
ed 2021-08-27 00:09:36 +02:00
parent d98e361083
commit cf83f9b0fd

View file

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