Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Mar 9, 2019
1 parent 023de89 commit ff7af7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.4.2 (March 9th, 2019)
* parse_gcov_file: handle empty/no lnum (#140 by @blueyed)
* added skip-ssl-verify argument (#141 by @nickmerwin)

Version 0.4.1 (Dec 1th, 2018)
* gcov: accommodate the execution_count format change in GCC 8.1 (by @ueno)

Expand Down
4 changes: 2 additions & 2 deletions cpp_coveralls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import print_function

__author__ = 'Lei Xu <[email protected]>'
__version__ = '0.4.1'
__version__ = '0.4.2'

__classifiers__ = [
'Development Status :: 3 - Alpha',
Expand All @@ -17,7 +17,7 @@
'Topic :: Utilities',
]

__copyright__ = '2018, %s ' % __author__
__copyright__ = '2019, %s ' % __author__
__license__ = """
Copyright %s.
Expand Down

0 comments on commit ff7af7e

Please sign in to comment.