We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bbf40 commit c30509bCopy full SHA for c30509b
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### `2.0.13`
2
+- fix encoding issues
3
+
4
### `2.0.12`
5
- revert merge commit fix, back to old way
6
codecov/__init__.py
@@ -30,7 +30,7 @@
30
pass
31
32
33
-version = VERSION = __version__ = '2.0.12'
+version = VERSION = __version__ = '2.0.13'
34
35
COLOR = True
36
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
import sys
-version = '2.0.12'
+version = '2.0.13'
classifiers = ["Development Status :: 5 - Production/Stable",
7
"Environment :: Plugins",
8
"Intended Audience :: Developers",
0 commit comments