We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113b283 commit d2d8715Copy full SHA for d2d8715
2 files changed
PySimpleGUIWx/PySimpleGUIWx.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/python3
2
-version = __version__ = "0.17.0.1 Unreleased\n Multiline update changed to SetValue"
+version = __version__ = "0.17.1 Released 7-Jun-2020"
3
4
port = 'PySimpleGUIWx'
5
PySimpleGUIWx/readme.md
@@ -440,6 +440,11 @@ Element justification within Window and Containers! Finally a unified justifica
440
* Column
441
* Tab
442
443
+## 0.17.1 PySimpleGUIWx 7-Jun-2020
444
+
445
+* Quick patch of Multiline.update so that newlines are recognized correctly
446
447
448
# Design
449
# Author
450
Mike B.
0 commit comments