Skip to content

Commit d2d8715

Browse files
committed
Release 0.17.1
1 parent 113b283 commit d2d8715

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

PySimpleGUIWx/PySimpleGUIWx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
version = __version__ = "0.17.0.1 Unreleased\n Multiline update changed to SetValue"
2+
version = __version__ = "0.17.1 Released 7-Jun-2020"
33

44
port = 'PySimpleGUIWx'
55

PySimpleGUIWx/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ Element justification within Window and Containers! Finally a unified justifica
440440
* Column
441441
* Tab
442442

443+
## 0.17.1 PySimpleGUIWx 7-Jun-2020
444+
445+
* Quick patch of Multiline.update so that newlines are recognized correctly
446+
447+
443448
# Design
444449
# Author
445450
Mike B.

0 commit comments

Comments
 (0)