This commit is contained in:
ed 2021-05-12 23:39:54 +02:00
parent 68c7528911
commit 0c786b0766

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 10, 16) VERSION = (0, 10, 17)
CODENAME = "zip it" CODENAME = "zip it"
BUILD_DT = (2021, 5, 2) BUILD_DT = (2021, 5, 12)
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)