Sat, 27 Jul 2024 17:38:46 +0200
Prepared a new release.
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginPipxInterface.py | file | annotate | diff | comparison | revisions | |
PluginPipxInterface.zip | file | annotate | diff | comparison | revisions |
--- a/PKGLIST Sat Jul 27 17:38:12 2024 +0200 +++ b/PKGLIST Sat Jul 27 17:38:46 2024 +0200 @@ -28,6 +28,8 @@ PipxInterface/__init__.py PipxInterface/i18n/pipx_de.qm PipxInterface/i18n/pipx_en.qm +PipxInterface/i18n/pipx_es.qm +PipxInterface/i18n/pipx_ru.qm PipxInterface/icons/pipx22.svg PipxInterface/icons/pipx48.svg PipxInterface/icons/pipx96.svg
--- a/PluginPipxInterface.py Sat Jul 27 17:38:12 2024 +0200 +++ b/PluginPipxInterface.py Sat Jul 27 17:38:46 2024 +0200 @@ -35,7 +35,7 @@ "author": "Detlev Offenbach <detlev@die-offenbachs.de>", "autoactivate": True, "deactivateable": True, - "version": "10.1.0", + "version": "10.1.1", "className": "PluginPipxInterface", "packageName": "PipxInterface", "shortDescription": "Graphical interface to the 'pipx' command.", @@ -44,6 +44,7 @@ " commands and to start pipx managed applications from within the eric-ide." ), "needsRestart": False, + "hasCompiledForms": True, "pyqtApi": 2, } # End-Of-Header