Skip to content

Commit e66b72f

Browse files
authored
Merge pull request PySimpleGUI#5213 from PySimpleGUI/Dev-latest
New coupon for next 30 days
2 parents 3306903 + 409846b commit e66b72f

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

PySimpleGUI.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
version = __version__ = "4.57.0.2 Unreleased"
2+
version = __version__ = "4.57.0.3 Unreleased"
33

44
_change_log = """
55
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
@@ -8,6 +8,8 @@
88
Added checking for timeout error to execute_get_results instead of showing an error popup as it's not truly an error in this case
99
4.57.0.2
1010
Added cast to bool of default parm for Checkbox element in case user passes in an incorrect type
11+
4.57.0.3
12+
Coupon... for 30 days this time....
1113
"""
1214

1315
__version__ = version.split()[0] # For PEP 396 and PEP 345
@@ -23488,7 +23490,7 @@ def main():
2348823490
# webbrowser.open_new_tab(r'https://udemy.com/PySimpleGUI')
2348923491
webbrowser.open_new_tab(r'https://www.buymeacoffee.com/PySimpleGUI')
2349023492
elif event in ('-EMOJI-HEARTS-', '-HEART-'):
23491-
popup_scrolled("Oh look! It's a Udemy discsount coupon!", '79994E6167BB8E172D5B')
23493+
popup_scrolled("Oh look! It's a Udemy discsount coupon!", '0D50D92ADEDA243A4A4B')
2349223494

2349323495
elif event == 'Themes':
2349423496
search_string = popup_get_text('Enter a search term or leave blank for all themes', 'Show Available Themes', keep_on_top=True)

docs/cookbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<span style="font-weight: normal;">
2626
apply coupon for discount:
2727
</span>
28-
25506BBB290573A0BCB4
28+
0D50D92ADEDA243A4A4B
2929
</div>
30-
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=25506BBB290573A0BCB4','_blank');">
30+
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B','_blank');">
3131
click here to visit course page
3232
</button>
3333
</div>

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<span style="font-weight: normal;">
2626
apply coupon for discount:
2727
</span>
28-
79994E6167BB8E172D5B
28+
0D50D92ADEDA243A4A4B
2929
</div>
30-
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=79994E6167BB8E172D5B','_blank');">
30+
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B','_blank');">
3131
click here to visit course page
3232
</button>
3333
</div>

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<img src="https://www.dropbox.com/s/6wzf3ebmj97v4zs/PySimpleGUI-GitHub-Udemy-Course.png?raw=1" width=200 alt="PySimpleGUI Udemy Course">
1010
</td>
1111
<td>
12-
<h5>apply coupon for discount:<br>79994E6167BB8E172D5B</h6>
13-
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=79994E6167BB8E172D5B">click here to visit course page</a>
12+
<h5>apply coupon for discount:<br>0D50D92ADEDA243A4A4B</h6>
13+
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B">click here to visit course page</a>
1414
</td>
1515
</tr>
1616
</table>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<img src="https://www.dropbox.com/s/6wzf3ebmj97v4zs/PySimpleGUI-GitHub-Udemy-Course.png?raw=1" width=200 alt="PySimpleGUI Udemy Course">
1010
</td>
1111
<td>
12-
<h5>apply coupon for discount:<br>79994E6167BB8E172D5B</h6>
13-
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=79994E6167BB8E172D5B">click here to visit course page</a>
12+
<h5>apply coupon for discount:<br>0D50D92ADEDA243A4A4B</h6>
13+
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B">click here to visit course page</a>
1414
</td>
1515
</tr>
1616
</table>

readme_creator/markdown input files/1_HEADER_top_part.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ HOW DO I INSERT IMAGES ???
5252
<span style="font-weight: normal;">
5353
apply coupon for discount:
5454
</span>
55-
79994E6167BB8E172D5B
55+
0D50D92ADEDA243A4A4B
5656
</div>
57-
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=79994E6167BB8E172D5B','_blank');">
57+
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B','_blank');">
5858
click here to visit course page
5959
</button>
6060
</div>

readme_creator/output/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<span style="font-weight: normal;">
2626
apply coupon for discount:
2727
</span>
28-
79994E6167BB8E172D5B
28+
0D50D92ADEDA243A4A4B
2929
</div>
30-
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=79994E6167BB8E172D5B','_blank');">
30+
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=0D50D92ADEDA243A4A4B','_blank');">
3131
click here to visit course page
3232
</button>
3333
</div>

0 commit comments

Comments
 (0)