--- a/PluginApis.py Thu Apr 24 19:13:30 2014 +0200 +++ b/PluginApis.py Sun Jul 06 13:22:22 2014 +0200 @@ -12,14 +12,14 @@ import os import glob -from PyQt4.QtCore import QObject +from PyQt5.QtCore import QObject # Start-of-Header name = "APIs Plugin" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.2.0" +version = "2.0.0" className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips."