Skip to content

Commit 0743daa

Browse files
committed
v++
1 parent 6591da4 commit 0743daa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `2.0.15`
2+
- add `-X s3` to disable direct to S3 uploading
3+
14
### `2.0.14`
25
- fixed coverage combine
36

codecov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
pass
3131

3232

33-
version = VERSION = __version__ = '2.0.14'
33+
version = VERSION = __version__ = '2.0.15'
3434

3535
COLOR = True
3636

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
import sys
44

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

0 commit comments

Comments
 (0)