diff --git a/CHANGES.txt b/CHANGES.txt index 2d53b589..8bb7a507 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Changelog ========= +3.0.4 - 2022-07-13 +------------------ + +- Conistently use wait_time in all steps. Cleanup. + [tsnowlan] + 3.0.3 - 2022-04-29 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 5a755c65..2935dfb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.0.3" +version = "3.0.4" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index 8d1c8625..8e10cb46 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +1 @@ -__version__ = "3.0.3" +__version__ = "3.0.4"