Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit f959388

Browse files
committed
Release 1.6.0
1 parent ba1c145 commit f959388

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ output so that CI tools like Bamboo will not fail on the JUnit task.
5757
Releases
5858
--------
5959

60+
1.6.0 - 2018-07-09
61+
^^^^^^^^^^^^^^^^^^
62+
63+
Drop Python 3.3 and support Python 3.7.
64+
6065
1.5.0 - 2017-10-18
6166
^^^^^^^^^^^^^^^^^^
6267

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.5.0',
6+
version='1.6.0',
77

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

0 commit comments

Comments
 (0)