We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6591da4 commit 0743daaCopy full SHA for 0743daa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### `2.0.15`
2
+- add `-X s3` to disable direct to S3 uploading
3
+
4
### `2.0.14`
5
- fixed coverage combine
6
codecov/__init__.py
@@ -30,7 +30,7 @@
30
pass
31
32
33
-version = VERSION = __version__ = '2.0.14'
+version = VERSION = __version__ = '2.0.15'
34
35
COLOR = True
36
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
import sys
-version = '2.0.14'
+version = '2.0.15'
classifiers = ["Development Status :: 5 - Production/Stable",
7
"Environment :: Plugins",
8
"Intended Audience :: Developers",
0 commit comments