Release 0.17.1
This commit is contained in:
parent
113b28394c
commit
d2d87158ad
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python3
|
#!/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'
|
port = 'PySimpleGUIWx'
|
||||||
|
|
||||||
|
|
|
@ -440,6 +440,11 @@ Element justification within Window and Containers! Finally a unified justifica
|
||||||
* Column
|
* Column
|
||||||
* Tab
|
* Tab
|
||||||
|
|
||||||
|
## 0.17.1 PySimpleGUIWx 7-Jun-2020
|
||||||
|
|
||||||
|
* Quick patch of Multiline.update so that newlines are recognized correctly
|
||||||
|
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
# Author
|
# Author
|
||||||
Mike B.
|
Mike B.
|
||||||
|
|
Loading…
Reference in New Issue