We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ac732 commit b26a450Copy full SHA for b26a450
codecov/__init__.py
@@ -24,13 +24,13 @@
24
pass
25
26
27
-version = VERSION = __version__ = '2.0.2'
+version = VERSION = __version__ = '2.0.3'
28
29
COLOR = True
30
31
remove_token = re.compile(r'token=[^\&]+').sub
32
33
-is_merge_commit = re.compile(r'^Merge\s\w{40}\s\w{40}$')
+is_merge_commit = re.compile(r'^Merge\s\w{40}\sinto\s\w{40}$')
34
35
ignored_path = re.compile(r'(/vendor)|'
36
r'(/js/generated/coverage)|'
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
import sys
4
5
-version = '2.0.2'
+version = '2.0.3'
6
classifiers = ["Development Status :: 5 - Production/Stable",
7
"Environment :: Plugins",
8
"Intended Audience :: Developers",
0 commit comments