Release 4.15.1

This commit is contained in:
PySimpleGUI 2020-01-09 23:25:54 -05:00
parent 14b661648e
commit 76e2ec49d9
3 changed files with 15 additions and 5 deletions

View file

@ -14,7 +14,7 @@
![Awesome Meter](https://img.shields.io/badge/Awesome_meter-100-yellow.svg)
![Python Version](https://img.shields.io/badge/Python-2.7_3.x-yellow.svg)
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-4.15.0-red.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-4.15.1-red.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0.30.0-orange.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0.14.0-orange.svg?longCache=true&style=for-the-badge)
@ -19453,6 +19453,12 @@ Lots of fixes
* Test harness uses a nicer colors for event, value print outs.
* _timeit decorator for timing functions
## 4.15.1 PySimpleGUI 09-Jan-2020
Quick patch to remove change to popup
### Upcoming
There will always be overlapping work as the ports will never actually be "complete" as there's always something new that can be built. However there's a definition for the base functionality for PySimpleGUI. This is what is being strived for with the currnt ports that are underway.