New coupon (good for 30 days!)
This commit is contained in:
parent
eeba57a971
commit
789c6f94d7
10 changed files with 22 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
version = __version__ = "4.57.0.21 Unreleased"
|
||||
version = __version__ = "4.57.0.22 Unreleased"
|
||||
|
||||
_change_log = """
|
||||
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
|
||||
|
@ -58,6 +58,8 @@ _change_log = """
|
|||
Simplified Radio, Checkbox, Slider creation. Moved the command parm outside the creation and instead made a config call.
|
||||
4.57.0.21
|
||||
Another coupon code. Udemy makes it difficult by only giving a valid period of 5 days for some coupons
|
||||
4.57.0.22
|
||||
Another coupon - changed base price
|
||||
"""
|
||||
|
||||
__version__ = version.split()[0] # For PEP 396 and PEP 345
|
||||
|
@ -23637,7 +23639,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!", 'AC62C193CF7E9F51EA79',
|
||||
popup_scrolled("Oh look! It's a Udemy discount coupon!", 'BDC40CE5211BD258C767',
|
||||
'A personal message from Mike -- thank you so very much for supporting PySimpleGUI!', title='Udemy Coupon', image=EMOJI_BASE64_MIKE)
|
||||
|
||||
elif event == 'Themes':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue