From bd63f3982249b14029c981912bc68b26fb111544 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 9 Nov 2022 20:35:01 +0100 Subject: [PATCH] vb --- CHANGES.txt | 4 ++-- pyproject.toml | 2 +- src/behaving/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"