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

Skip to content

Commit c30509b

Browse files
committed
v++
1 parent 87bbf40 commit c30509b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `2.0.13`
2+
- fix encoding issues
3+
14
### `2.0.12`
25
- revert merge commit fix, back to old way
36

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

0 commit comments

Comments
 (0)
0