From b0afa2bdb32d277ff9abbce6bb99d3d6763f72c8 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Mon, 21 Feb 2022 15:25:17 +0100 Subject: [PATCH] 1.8.0 --- mypy2junit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy2junit.py b/mypy2junit.py index c2a06ef..a0b8172 100644 --- a/mypy2junit.py +++ b/mypy2junit.py @@ -4,7 +4,7 @@ import sys from typing import List, Tuple -__version__ = '1.7.0' +__version__ = '1.8.0' RESULT_REGEX = re.compile( # errors -> error if found only one error