8000 v++ · Kami/codecov-python@119a2ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 119a2ba

Browse files
committed
v++
1 parent 7d4b73b commit 119a2ba

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.11`
2+
- fix merge commit when it's a pull request
3+
- remove snapci, business closed
4+
15
### `2.0.10`
26
- fix uploading when reports contain characters outside of latin-1
37
- remove reduced_redundancy header from

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
pass
3131

3232

33-
version = VERSION = __version__ = '2.0.10'
33+
version = VERSION = __version__ = '2.0.11'
3434

3535
COLOR = True
3636

setup.py

Lines changed: 1 addition & 1 deletion
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.10'
5+
version = '2.0.11'
66
classifiers = ["Development Status :: 5 - Production/Stable",
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0