We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a478a9 commit 36f1aa2Copy full SHA for 36f1aa2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Version 0.4.2 (March 9th, 2019)
2
+ * parse_gcov_file: handle empty/no lnum (#140 by @blueyed)
3
+ * added skip-ssl-verify argument (#141 by @nickmerwin)
4
+
5
Version 0.4.1 (Dec 1th, 2018)
6
* gcov: accommodate the execution_count format change in GCC 8.1 (by @ueno)
7
cpp_coveralls/__init__.py
@@ -2,7 +2,7 @@
from __future__ import print_function
__author__ = 'Lei Xu <eddyxu@gmail.com>'
-__version__ = '0.4.1'
+__version__ = '0.4.2'
__classifiers__ = [
8
'Development Status :: 3 - Alpha',
@@ -17,7 +17,7 @@
17
'Topic :: Utilities',
18
]
19
20
-__copyright__ = '2018, %s ' % __author__
+__copyright__ = '2019, %s ' % __author__
21
__license__ = """
22
Copyright %s.
23
0 commit comments