This commit is contained in:
ed 2022-10-09 01:08:31 +02:00
parent e788f098e2
commit 7dabdade2a
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 4, 3)
VERSION = (1, 4, 4)
CODENAME = "mostly reliable"
BUILD_DT = (2022, 9, 26)
BUILD_DT = (2022, 10, 9)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -47,6 +47,7 @@ $APPDATA/python/python37/scripts/pyinstaller \
--exclude-module copyparty.broker_mpw \
--exclude-module curses \
--exclude-module ctypes.macholib \
--exclude-module inspect \
--exclude-module multiprocessing \
--exclude-module pdb \
--exclude-module pickle \