Sat, 02 Jun 2018 11:55:55 +0200
Prepared new release.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.py | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sat Jun 02 11:54:32 2018 +0200 +++ b/ChangeLog Sat Jun 02 11:55:55 2018 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.2.1: +- updated Russian translations + Version 2.2.0: - added actions to convert to/from PySide2
--- a/PluginPySide2PyQt.py Sat Jun 02 11:54:32 2018 +0200 +++ b/PluginPySide2PyQt.py Sat Jun 02 11:55:55 2018 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.2.0" +version = "2.2.1" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt and vice versa"