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

Commit 2832f24

Browse files
committed
Release 2.2.0
1 parent 7f7b60e commit 2832f24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ output so that CI tools like Bamboo will not fail on the JUnit task.
5454
Releases
5555
--------
5656

57-
Unreleased
58-
^^^^^^^^^^
57+
2.2.0 - 2022-03-29
58+
^^^^^^^^^^^^^^^^^^
5959

6060
- Add optional argument for setting return code when cppcheck found errors.
6161
- Drop Python 3.6 and support Python 3.10.

setup.py

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

33
setup(
44
name="cppcheck-junit",
5-
version="2.1.0",
5+
version="2.2.0",
66
description="Converts Cppcheck XML output to JUnit format.",
77
long_description=open("README.rst").read(),
88
keywords="Cppcheck C++ JUnit",

0 commit comments

Comments
 (0)