You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PySimpleGUI.py
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/usr/bin/python3
2
2
3
-
version = __version__ = "4.60.3.69 Unreleased"
3
+
version = __version__ = "4.60.3.70 Unreleased"
4
4
5
5
_change_log = """
6
6
Changelog since 4.60.0 released to PyPI on 8-May-2022
@@ -178,6 +178,9 @@
178
178
Roll in the changes being released to PyPI as 4.60.3
179
179
4.60.3.69
180
180
Test to see if the additional pack of Notebook in Tab code was causing expansion problems
181
+
4.60.3.70
182
+
Debug Print - fix for bug caused by no_button being set with non_blocking... a lesson in thorough testing... assumption was either blocking OR no_button (or else app would
183
+
close without seeing the output... unless something else blocked. (DOH)
181
184
"""
182
185
183
186
__version__ = version.split()[0] # For PEP 396 and PEP 345
0 commit comments