Sat, 03 Feb 2018 17:09:46 +0100
Prepared release of RC1.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginPyInstaller.py | file | annotate | diff | comparison | revisions | |
PluginPyInstaller.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Mon Jan 22 11:04:12 2018 +0100 +++ b/ChangeLog Sat Feb 03 17:09:46 2018 +0100 @@ -1,2 +1,4 @@ ChangeLog --------- +Version 0.9.9: +- first release candidate
--- a/PluginPyInstaller.py Mon Jan 22 11:04:12 2018 +0100 +++ b/PluginPyInstaller.py Sat Feb 03 17:09:46 2018 +0100 @@ -32,7 +32,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.1.0" +version = "0.9.9" className = "PyInstallerPlugin" packageName = "PyInstaller" shortDescription = "Show dialogs to configure and execute PyInstaller."