This commit is contained in:
ed
2021-05-29 15:03:32 +02:00
parent d8fd82bcb5
commit eb5aaddba4
8 changed files with 36 additions and 64 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 10, 22)
CODENAME = "zip it"
BUILD_DT = (2021, 5, 18)
VERSION = (0, 11, 0)
CODENAME = "the grid"
BUILD_DT = (2021, 5, 29)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)