From 5c882851b9e3099f164e6c830580abbc6856c315 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Fri, 5 Nov 2021 11:04:39 -0400 Subject: [PATCH] Version bump to 0.15. For to with last release. --- PySimpleGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 06ae831b..46228a0c 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "4.53.0.14 Unreleased" +version = __version__ = "4.53.0.15 Unreleased" _change_log = """ Changelog since 4.53.0 released to PyPI on 24-Oct-2021