Skip to content

Commit 05b0ff3

Browse files
committed
Release 1.5.0
1 parent 83c00d0 commit 05b0ff3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ output so that CI tools like Bamboo will not fail on the JUnit task.
6060
Releases
6161
--------
6262

63+
1.5.0 - 2017-10-18
64+
^^^^^^^^^^^^^^^^^^
65+
66+
Fix Bamboo support by always filling in ``name`` and ``classname`` attributes on JUnit error
67+
test cases.
68+
6369
1.4.0 - 2017-06-14
6470
^^^^^^^^^^^^^^^^^^
6571

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cppcheck-junit',
6-
version='1.4.0',
6+
version='1.5.0',
77

88
description='Converts Cppcheck XML output to JUnit format.',
99
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)