Release 0.17.1

This commit is contained in:
PySimpleGUI 2020-06-07 21:10:14 -04:00
parent 113b28394c
commit d2d87158ad
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -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.