This commit is contained in:
ed 2023-10-10 03:18:46 +00:00
parent 79d2d45867
commit e33ceaab4e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION = (1, 5, 1)
BUILD_DT = (2023, 9, 19)
VERSION = (1, 5, 2)
BUILD_DT = (2023, 10, 10)
S_VERSION = u".".join(map(str, VERSION))
S_BUILD_DT = u"{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)