This commit is contained in:
ed 2021-08-14 22:46:15 +02:00
parent af2d0b8421
commit 34c4c22e61

View file

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