We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7d757 commit 4ab5bfeCopy full SHA for 4ab5bfe
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "robotframework-assertion-engine"
3
-version = "3.1.3"
+version = "3.2.0"
4
description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
5
authors = [{ name="Tatu Aalto", email="aalto.tatu@gmail.com" }]
6
license = "Apache-2.0"
src/assertionengine/assertion_engine.py
@@ -22,7 +22,7 @@
22
23
from .type_converter import is_truthy, type_converter
24
25
-__version__ = "3.1.3"
+__version__ = "3.2.0"
26
27
AssertionOperator = Enum(
28
"AssertionOperator",
0 commit comments