Released as stable. release-1.0.0

Sat, 26 Apr 2014 16:00:18 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2014 16:00:18 +0200
changeset 13
2d4785f57db3
parent 12
c1c3bdca9b4f
child 14
c26d271d4dcf

Released as stable.

.hgtags file | annotate | diff | comparison | revisions
ChangeLog file | annotate | diff | comparison | revisions
PluginSelectionEncloser.py file | annotate | diff | comparison | revisions
PluginSelectionEncloser.zip file | annotate | diff | comparison | revisions
SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py file | annotate | diff | comparison | revisions
SelectionEncloser/ConfigurationPage/SelectionEncloserPage.py file | annotate | diff | comparison | revisions
--- a/.hgtags	Sat Apr 26 15:57:49 2014 +0200
+++ b/.hgtags	Sat Apr 26 16:00:18 2014 +0200
@@ -1,2 +1,4 @@
 b712f76dbf9ebbbdaf3e4b5967f54795ec6cdca2 release-0.1.0
 7c821731282a8a1383726c3b82f4b2f7016606cc release-1.0.0
+7c821731282a8a1383726c3b82f4b2f7016606cc release-1.0.0
+0000000000000000000000000000000000000000 release-1.0.0
--- a/ChangeLog	Sat Apr 26 15:57:49 2014 +0200
+++ b/ChangeLog	Sat Apr 26 16:00:18 2014 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 1.0.0:
+- first stable release
+
 Version 0.3.0:
 - bug fixes
 
--- 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."
Binary file PluginSelectionEncloser.zip has changed
--- a/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py	Sat Apr 26 15:57:49 2014 +0200
+++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py	Sat Apr 26 16:00:18 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing a dialog to edit an enclosing menu entry.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 from PyQt4.QtCore import pyqtSlot
 from PyQt4.QtGui import QDialog, QDialogButtonBox
--- a/SelectionEncloser/ConfigurationPage/SelectionEncloserPage.py	Sat Apr 26 15:57:49 2014 +0200
+++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserPage.py	Sat Apr 26 16:00:18 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing Selection Encloser configuration page.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import os
 

eric ide

mercurial