Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 3a8b06b

Browse files
committed
Version 2.0.16
1 parent b2951c0 commit 3a8b06b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `2.0.16`
2+
- fixed reported command injection vulnerability.
3+
14
### `2.0.15`
25
- add `-X s3` to disable direct to S3 uploading
36

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
version = '2.0.15'
4+
version = '2.0.16'
55
classifiers = ["Development Status :: 5 - Production/Stable",
66
"Environment :: Plugins",
77
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)