--- a/Plugins/PluginWizardQColorDialog.py Fri Nov 11 18:41:16 2016 +0100 +++ b/Plugins/PluginWizardQColorDialog.py Sat Nov 12 17:28:22 2016 +0100 @@ -16,12 +16,14 @@ from E5Gui.E5Action import E5Action from E5Gui import E5MessageBox +import UI.Info + # Start-Of-Header name = "QColorDialog Wizard Plugin" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.2.0" +version = UI.Info.VersionOnly className = "ColorDialogWizard" packageName = "__core__" shortDescription = "Show the QColorDialog wizard."