This commit is contained in:
ed 2021-09-19 00:41:56 +02:00
parent b78d207121
commit 5bb0e7e8b3
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 0, 3) VERSION = (1, 0, 4)
CODENAME = "sufficient" CODENAME = "sufficient"
BUILD_DT = (2021, 9, 18) BUILD_DT = (2021, 9, 19)
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)

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# coding: utf-8 # coding: utf-8
from __future__ import print_function from __future__ import print_function