From cf10a44cd518aab634281873f8efb235f09768af Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 31 Mar 2023 15:18:56 +0200 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 019cd73..dba84dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,10 @@ Changelog ========= -3.1.4 - +3.1.4 - 2023-03-31 ------------------ -- Require python 3.9 as minimum not 3.10. +- Require python 3.9 as minimum python version instead of 3.10. [ggozad] - Reduce docker image size. diff --git a/pyproject.toml b/pyproject.toml index 513dff9..da22005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.1.3" +version = "3.1.4" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index f749372..1fe90f6 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +1 @@ -__version__ = "3.1.3" +__version__ = "3.1.4"