This commit is contained in:
ed
2022-01-14 22:25:06 +01:00
parent 0b47ee306b
commit ed69d42005
4 changed files with 14 additions and 6 deletions

View File

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