Mon, 24 Oct 2022 16:38:02 +0200
Adapted the import statements to the new structure.
--- a/ChangeLog Wed Sep 21 11:24:09 2022 +0200 +++ b/ChangeLog Mon Oct 24 16:38:02 2022 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 10.1.0 +- adapted the import statements to the new structure + Version 10.0.0: - first release of the eric7 variant
--- a/PluginSplitMergeCamelCase.py Wed Sep 21 11:24:09 2022 +0200 +++ b/PluginSplitMergeCamelCase.py Mon Oct 24 16:38:02 2022 +0200 @@ -14,14 +14,14 @@ from PyQt6.QtCore import QObject, QTranslator from PyQt6.QtWidgets import QMenu -from EricWidgets.EricApplication import ericApp +from eric7.EricWidgets.EricApplication import ericApp # Start-Of-Header name = "Camel Case Handling Plug-in" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.0.0" +version = "10.1.0" className = "SplitMergeCamelCasePlugin" packageName = "SplitMergeCamelCase" shortDescription = "Split, merge or convert camel/snake case text"