diff --git a/CHANGES.txt b/CHANGES.txt index 8a3722b..d9ed403 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ Changelog ========= -3.1.5 - + +3.1.5 - 2023-04-03 ------------------ - Fix form steps to accept a timeout ("within X seconds"). diff --git a/pyproject.toml b/pyproject.toml index 7080997..d1990f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.1.4" +version = "3.1.5" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index 1fe90f6..e69de29 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +0,0 @@ -__version__ = "3.1.4"