diff -r c1c3bdca9b4f -r 2d4785f57db3 PluginSelectionEncloser.py --- a/PluginSelectionEncloser.py Sat Apr 26 15:57:49 2014 +0200 +++ b/PluginSelectionEncloser.py Sat Apr 26 16:00:18 2014 +0200 @@ -7,7 +7,7 @@ Module implementing the Selection Encloser plug-in. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals import os import json @@ -24,7 +24,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.3.0" +version = "1.0.0" className = "SelectionEncloserPlugin" packageName = "SelectionEncloser" shortDescription = "Enclose the selection with a string."