We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04af439 commit 4d11c80Copy full SHA for 4d11c80
1 file changed
robotstatuschecker.py
@@ -48,7 +48,7 @@
48
from robot.result import Keyword, Message, Result, TestCase # type: ignore
49
from robot.utils import Matcher # type: ignore
50
51
-__version__ = "4.0.1.dev1"
+__version__ = "4.1.0"
52
53
54
def process_output(in_path: "str|Path", out_path: "str|Path|None" = None) -> int:
0 commit comments