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

Commit 1b7f40a

Browse files
committed
Release 1.7.0
1 parent a93b3a9 commit 1b7f40a

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
@@ -57,6 +57,12 @@ output so that CI tools like Bamboo will not fail on the JUnit task.
5757
Releases
5858
--------
5959

60+
1.7.0 2019-12-14
61+
^^^^^^^^^^^^^^^^
62+
63+
- Drop Python 3.4 and support Python 3.8.
64+
- Include license file.
65+
6066
1.6.0 - 2018-07-09
6167
^^^^^^^^^^^^^^^^^^
6268

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

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

0 commit comments

Comments
 (0)