File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ Glossary
3737Releases
3838---------------------
3939
40+ v3.2.2
41+ ===================
42+ - Fixed entire software not launching if SQL is not installed.
43+ The problem was some SQL classes were not defined.
44+
45+
4046v3.2.1
4147===================
4248- GUI: Fixed conversion from GUI data to a Python daf core script.
Original file line number Diff line number Diff line change 2020import warnings
2121
2222
23- VERSION = "3.2.1 "
23+ VERSION = "3.2.2 "
2424
2525if sys .version_info .minor == 12 and sys .version_info .major == 3 :
2626 warnings .warn (
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ class GLOBALS:
6363 Session = object
6464 SQLAlchemyError = Exception
6565 ORMBase = object
66+ MessageLOG = object
67+ InviteLOG = object
6668 SQL_INSTALLED = False
6769# ----------------------------------------------------------------------------------
6870
You can’t perform that action at this time.
0 commit comments