Skip to content

Commit 36f1aa2

Browse files
eddyxuLAHumphreys
authored andcommitted
Bump to 0.4.2
1 parent 9a478a9 commit 36f1aa2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Version 0.4.1 (Dec 1th, 2018)
26
* gcov: accommodate the execution_count format change in GCC 8.1 (by @ueno)
37

cpp_coveralls/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import print_function
33

44
__author__ = 'Lei Xu <eddyxu@gmail.com>'
5-
__version__ = '0.4.1'
5+
__version__ = '0.4.2'
66

77
__classifiers__ = [
88
'Development Status :: 3 - Alpha',
@@ -17,7 +17,7 @@
1717
'Topic :: Utilities',
1818
]
1919

20-
__copyright__ = '2018, %s ' % __author__
20+
__copyright__ = '2019, %s ' % __author__
2121
__license__ = """
2222
Copyright %s.
2323

0 commit comments

Comments
 (0)