Thu, 30 Dec 2021 11:29:07 +0100
Updated version info to indicate relation to eric7.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginAssistantEric.py | file | annotate | diff | comparison | revisions | |
PluginAssistantEric.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Thu Dec 30 11:19:54 2021 +0100 +++ b/ChangeLog Thu Dec 30 11:29:07 2021 +0100 @@ -1,12 +1,12 @@ ChangeLog --------- -Version 1.0.2: +Version 10.0.2: - adapted to the latest eric7 changes -Version 1.0.1: +Version 10.0.1: - bug fixes -Version 1.0.0: +Version 10.0.0: - first release of the eric7 variant ************************************************************
--- a/PluginAssistantEric.py Thu Dec 30 11:19:54 2021 +0100 +++ b/PluginAssistantEric.py Thu Dec 30 11:29:07 2021 +0100 @@ -22,7 +22,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.0.2" +version = "10.0.2" className = "AssistantEricPlugin" packageName = "AssistantEric" shortDescription = "Alternative autocompletion and calltips provider."