From 567ea49a4a5ffbd883b95f0dcc37c1191c02e3d8 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 3 Apr 2023 13:35:37 +0200 Subject: [PATCH] vb --- CHANGES.txt | 3 ++- pyproject.toml | 2 +- src/behaving/__init__.py | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8a3722b7..d9ed403d 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 70809975..d1990f1b 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 1fe90f6a..e69de29b 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +0,0 @@ -__version__ = "3.1.4"