We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613e5d9 commit 284bac1Copy full SHA for 284bac1
assertionengine/assertion_engine.py
@@ -21,7 +21,7 @@
21
22
from .type_converter import is_truthy, type_converter
23
24
-__version__ = "1.0.0"
+__version__ = "1.1.0"
25
26
AssertionOperator = Enum(
27
"AssertionOperator",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "robotframework-assertion-engine"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
5
authors = ["Tatu Aalto <aalto.tatu@gmail.com>"]
6
license = "Apache License 2.0"
0 commit comments