diff --git a/CHANGES.txt b/CHANGES.txt index 87c13252..b77bb25a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ Changelog ========= -3.0.7 - -------------------- +3.0.7 - 2022-11-09 +------------------ - Github CI setup. [oyvinev, ggozad] diff --git a/pyproject.toml b/pyproject.toml index 2c076934..3f2f36aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.0.6" +version = "3.0.7" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index 6ed01825..c11769ec 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +1 @@ -__version__ = "3.0.6" +__version__ = "3.0.7"