New coupon
This commit is contained in:
parent
c3946eb835
commit
110c71f6f9
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
from builtins import Exception
|
||||
|
||||
version = __version__ = "4.57.0.16 Unreleased"
|
||||
version = __version__ = "4.57.0.17 Unreleased"
|
||||
|
||||
_change_log = """
|
||||
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
|
||||
|
@ -42,6 +42,8 @@ _change_log = """
|
|||
4.57.0.16
|
||||
Addition of image_source parm to Button. It can be either a filename or a base64 string. This is like the Image elements parms
|
||||
Graph element doc string improvement. Describes the mouse up event.
|
||||
4.57.0.17
|
||||
New coupon code
|
||||
"""
|
||||
|
||||
__version__ = version.split()[0] # For PEP 396 and PEP 345
|
||||
|
@ -23559,7 +23561,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 discount coupon!", '0D50D92ADEDA243A4A4B',
|
||||
popup_scrolled("Oh look! It's a Udemy discount coupon!", 'BE7BDF4D74791CDC1BF6',
|
||||
'A personal message from Mike -- thank you so very much for supporting PySimpleGUI!', title='Udemy Coupon', image=EMOJI_BASE64_MIKE)
|
||||
|
||||
elif event == 'Themes':
|
||||
|
|
Loading…
Reference in New Issue