We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2951c0 commit 3a8b06bCopy full SHA for 3a8b06b
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### `2.0.16`
2
+- fixed reported command injection vulnerability.
3
+
4
### `2.0.15`
5
- add `-X s3` to disable direct to S3 uploading
6
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-version = '2.0.15'
+version = '2.0.16'
classifiers = ["Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
7
"Intended Audience :: Developers",
0 commit comments