This commit is contained in:
ed
2021-05-16 07:51:39 +02:00
parent 3b8f697dd4
commit a203e33347
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 10, 19)
VERSION = (0, 10, 20)
CODENAME = "zip it"
BUILD_DT = (2021, 5, 14)
BUILD_DT = (2021, 5, 16)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)