Merge pull request #4869 from PySimpleGUI/Dev-latest
One last time before the final release (maybe.. let's hope...)
This commit is contained in:
commit
c49086f704
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
|
||||||
version = __version__ = "4.51.7.8 Unreleased"
|
version = __version__ = "4.51.7.9 Unreleased"
|
||||||
|
|
||||||
_change_log = """
|
_change_log = """
|
||||||
|
|
||||||
|
@ -37,7 +37,8 @@ _change_log = """
|
||||||
Changed "main" entry point for the psgmain command so that if an upgrade is attempted it will work correctly (the psgmain.exe will have exited)
|
Changed "main" entry point for the psgmain command so that if an upgrade is attempted it will work correctly (the psgmain.exe will have exited)
|
||||||
4.51.7.8
|
4.51.7.8
|
||||||
Version bump to get pip to install yet again from GitHub
|
Version bump to get pip to install yet again from GitHub
|
||||||
|
4.51.7.9
|
||||||
|
MAIN instea of MEIN (oy! When am I going to get this release out???)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = version.split()[0] # For PEP 396 and PEP 345
|
__version__ = version.split()[0] # For PEP 396 and PEP 345
|
||||||
|
@ -21961,7 +21962,7 @@ def _upgrade_entry_point():
|
||||||
execute_py_file(__file__, 'upgrade')
|
execute_py_file(__file__, 'upgrade')
|
||||||
|
|
||||||
def _main_entry_point():
|
def _main_entry_point():
|
||||||
print('Restarted mein successfully')
|
print('Restarting main in order to over-write...')
|
||||||
execute_py_file(__file__)
|
execute_py_file(__file__)
|
||||||
|
|
||||||
main_upgrade_from_github = _upgrade_entry_point
|
main_upgrade_from_github = _upgrade_entry_point
|
||||||
|
|
Loading…
Reference in New Issue