From 7e11fcb64a9b1d72902695a12e43fce2a72f84cd Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 23 Dec 2022 10:23:34 +0100 Subject: [PATCH] vb --- CHANGES.txt | 2 +- pyproject.toml | 2 +- src/behaving/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 671a58f..b861e2e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changelog ========= -3.1.3 - +3.1.3 - 2022-12-23 ------------------ - Provide useful error messages on asserts. diff --git a/pyproject.toml b/pyproject.toml index b97962c..ef9366b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "behaving" -version = "3.1.2" +version = "3.1.3" description = "BDD Behavior-Driven-Development testing" authors = ["Yiorgis Gozadinos "] license = "GPL" diff --git a/src/behaving/__init__.py b/src/behaving/__init__.py index 911557b..f749372 100644 --- a/src/behaving/__init__.py +++ b/src/behaving/__init__.py @@ -1 +1 @@ -__version__ = "3.1.2" +__version__ = "3.1.3"