diff --git a/PySimpleGUIWx/PySimpleGUIWx.py b/PySimpleGUIWx/PySimpleGUIWx.py index 60d28e9f..63e88f62 100644 --- a/PySimpleGUIWx/PySimpleGUIWx.py +++ b/PySimpleGUIWx/PySimpleGUIWx.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "0.17.0.1 Unreleased\n Multiline update changed to SetValue" +version = __version__ = "0.17.1 Released 7-Jun-2020" port = 'PySimpleGUIWx' diff --git a/PySimpleGUIWx/readme.md b/PySimpleGUIWx/readme.md index dffb22e5..cdf8dfe2 100644 --- a/PySimpleGUIWx/readme.md +++ b/PySimpleGUIWx/readme.md @@ -440,6 +440,11 @@ Element justification within Window and Containers! Finally a unified justifica * Column * Tab +## 0.17.1 PySimpleGUIWx 7-Jun-2020 + +* Quick patch of Multiline.update so that newlines are recognized correctly + + # Design # Author Mike B.