diff --git a/CHANGES.txt b/CHANGES.txt index b0a16790..3b29c30f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,8 @@ Changelog ========= -3.0.6 - ------------------- - +3.0.6 - 2022-10-03 +------------------- - Bug fixes. Selenium 4 prep. [ggozad] diff --git a/pyproject.toml b/pyproject.toml index 5363e412..2c076934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.0.5" +version = "3.0.6" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index e94f36fe..6ed01825 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +1 @@ -__version__ = "3.0.5" +__version__ = "3.0.6"