Skip to content

Commit

Permalink
Set version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Aug 24, 2023
1 parent 4dac716 commit a3981b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assertionengine/assertion_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from .type_converter import is_truthy, type_converter

__version__ = "1.1.1"
__version__ = "1.2.0"

AssertionOperator = Enum(
"AssertionOperator",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotframework-assertion-engine"
version = "1.1.1"
version = "1.2.0"
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
authors = ["Tatu Aalto <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit a3981b2

Please sign in to comment.