From 977bf615aefe58e39b907ed34e0ae9eff8cf4738 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:33:19 +0100 Subject: [PATCH] Bump version 7.1.2 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0970a726..66b1c8d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +7.1.2 +---------- - Address another compatibility issue with pytest 8.1 (fixture registration). `#680 `_ 7.1.1 diff --git a/pyproject.toml b/pyproject.toml index 3c3eec72..9627aeb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-bdd" -version = "7.1.1" +version = "7.1.2" description = "BDD for pytest" authors = ["Oleg Pidsadnyi ", "Anatoly Bubenkov "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]