PluginColorString.py

changeset 8
ba338747008c
parent 4
40e7964a840d
child 11
3b7ec819a55d
diff -r b4e4b51e016b -r ba338747008c PluginColorString.py
--- a/PluginColorString.py	Sat Apr 26 15:38:21 2014 +0200
+++ b/PluginColorString.py	Sat Apr 26 15:38:32 2014 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "0.2.0"
+version = "1.0.0"
 className = "ColorStringPlugin"
 packageName = "ColorString"
 shortDescription = "Insert color as string"
@@ -33,6 +33,7 @@
     """ the dialog and is replaced with the new color."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-Of-Header
 
 error = ""

eric ide

mercurial