Release 4.32.0

This commit is contained in:
PySimpleGUI 2020-11-17 13:45:54 -05:00
parent d85a9b74da
commit e397f9707a
2 changed files with 47 additions and 39 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "4.31.0.6 Unreleased\nChange Menu & ButtonMenu color and font default, renamed & refactored from FlexForm to Window in ConvertFlexToTK, Button.update now checks for COLOR_SYSTEM_DEFAULT, fix for DisabledText missing for right click menus, made reads faster when timeout happens, refactored adding right click menu, right click menu color & font options added to Window, check for UserSettings already initialized, don't start autoclose timer if a window is being finalized"
version = __version__ = "4.32.0 Released 17-Nov-2020"
__version__ = version.split()[0] # For PEP 396 and PEP 345