Skip to content

Commit

Permalink
Updated version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 9, 2025
1 parent 41dc39a commit c498d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "robotstatuschecker"
version = "4.1.0"
version = "4.1.1"
description = "A tool for checking that Robot Framework test cases have expected statuses and log messages."
readme = "README.rst"
authors = [{name = "Pekka Klärck"}, {name = "Tatu Aalto"}, {name = "Robot Framework Developers"}]
Expand Down
2 changes: 1 addition & 1 deletion robotstatuschecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from robot.result import Keyword, Message, Result, TestCase # type: ignore
from robot.utils import Matcher # type: ignore

__version__ = "4.1.0"
__version__ = "4.1.1"


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

0 comments on commit c498d48

Please sign in to comment.