Skip to content

Commit d030c29

Browse files
committed
bump to 0.4.0
1 parent c491409 commit d030c29

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.4 (July 26th, 2017)
2+
* Python 3 compatibility (by @nitnelave)
3+
* Add YML config for exclude_lines_pattern. (by @jkjjnitnelave)
4+
* Add an option to provide a pattern of excluded lines (#117 by @nitnelave)
5+
* Fix error reporting on non-git directory (#114 by @eddyxu)
6+
* Adding `urllib3[secure]` to requirements.txt. (#108 by @mkfifo)
7+
* Update README to reference supported environment variables. (#107 by @jtbandes)
8+
19
Version 0.3.12 (August 29th, 2016)
210
* Support COVERALLS_ENDPOINT for Enterprise usage (#106 by @nickmerwin)
311
* Support for lcov .info file upload and max line coverage count (#104 by @sumedhghaisas)

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.3.12'
5+
__version__ = '0.4.0'
66

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

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

0 commit comments

Comments
 (0)