We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f853e37 commit c6f2ad7Copy full SHA for c6f2ad7
README.md
@@ -2,6 +2,11 @@
2
3
## Release history
4
5
+### 0.6.0
6
+
7
+* warn users about the security risk when installing plugins
8
+* fix plugin install/removal when running in a Python virtual environment
9
10
### 0.5.16
11
12
* stop using PyPI's (disabled) XMLRPC search endpoint, and switch to a self-hosted registry of
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = plover_plugins_manager
-version = 0.5.16
+version = 0.6.0
description = Plugins manager for Plover
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments