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

Skip to content

Commit 7a05e49

Browse files
committed
v++
1 parent 18749ee commit 7a05e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### `2.0.9`
1+
### `2.0.10`
22
- fix uploading when reports contain characters outside of latin-1
33
- remove reduced_redundancy header from
44

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pass
2626

2727

28-
version = VERSION = __version__ = '2.0.9'
28+
version = VERSION = __version__ = '2.0.10'
2929

3030
COLOR = True
3131

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

0 commit comments

Comments
 (0)
0