From 60557a1e3b92eb2a365cc839d6a841328365abd1 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sat, 12 Feb 2022 10:08:01 -0500 Subject: [PATCH] Another coupon.... these will slow down in frequency once the next phase of the course is completed this month --- PySimpleGUI.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 69c84089..6b48f8ec 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "4.56.0.20 Unreleased" +version = __version__ = "4.56.0.21 Unreleased" _change_log = """ Changelog since 4.56.0 released to PyPI on 5-Jan-2022 @@ -50,7 +50,9 @@ _change_log = """ Docstring update for Window.perform_long_operation - warns users that Thread are used and thus no PySimpleGUI calls are allowed. Also added description of exactly what happens when the user's function completes. Thank you @zhaowb for pointing out this warning wasn't present. 4.56.0.20 - Anbother coupon - only able to do 5 days at a time right now.... + Another coupon - only able to do 5 days at a time right now.... + 4.56.0.21 + Yes, another coupon.... these WILL slow down in frequency once the "Exercises" portion is completed (trying hard to get done in 2 more weeks) """ __version__ = version.split()[0] # For PEP 396 and PEP 345 @@ -23528,7 +23530,7 @@ def main(): # webbrowser.open_new_tab(r'https://udemy.com/PySimpleGUI') webbrowser.open_new_tab(r'https://www.buymeacoffee.com/PySimpleGUI') elif event in ('-EMOJI-HEARTS-', '-HEART-'): - popup_scrolled("Oh look! It's a Udemy discsount coupon!", '49FD2127F43EB64CE568') + popup_scrolled("Oh look! It's a Udemy discsount coupon!", '79994E6167BB8E172D5B') elif event == 'Themes': search_string = popup_get_text('Enter a search term or leave blank for all themes', 'Show Available Themes', keep_on_top=True)