8000 bump version · sajith/codecov-python@3ad07c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ad07c2

Browse files
committed
bump version
1 parent 9518ea6 commit 3ad07c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `2.0.20`
2+
3+
- fixed broken subprocess handling#
4+
15
### `2.0.19`
26

37
- fixed broken subprocess handling

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
logging.captureWarnings(True)
2727

2828

29-
version = VERSION = __version__ = '2.0.19'
29+
version = VERSION = __version__ = '2.0.20'
3030

3131
COLOR = True
3232

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.19'
4+
version = '2.0.20'
55
classifiers = ["Development Status :: 5 - Production/Stable",
66
"Environment :: Plugins",
77
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0