Skip to content

Commit c498d48

Browse files
committed
Updated version to 4.1.1
1 parent 41dc39a commit c498d48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotstatuschecker"
7-
version = "4.1.0"
7+
version = "4.1.1"
88
description = "A tool for checking that Robot Framework test cases have expected statuses and log messages."
99
readme = "README.rst"
1010
authors = [{name = "Pekka Klärck"}, {name = "Tatu Aalto"}, {name = "Robot Framework Developers"}]

robotstatuschecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from robot.result import Keyword, Message, Result, TestCase # type: ignore
4949
from robot.utils import Matcher # type: ignore
5050

51-
__version__ = "4.1.0"
51+
__version__ = "4.1.1"
5252

5353

5454
def process_output(in_path: "str|Path", out_path: "str|Path|None" = None) -> int:

0 commit comments

Comments
 (0)