Bump version to 7.1.1

This commit is contained in:
Alessio Bogon 2024-03-04 19:45:55 +01:00
parent 0c5355ff65
commit 669492d2f6
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ Changelog
Unreleased Unreleased
---------- ----------
7.1.1
----------
- Address a bug introduced in pytest-bdd 7.1 caused by incorrect pytest version check.
7.1 7.1
---------- ----------
- Address compatibility issue with pytest 8.1. `#666 <https://github.com/pytest-dev/pytest-bdd/pull/666>`_ - Address compatibility issue with pytest 8.1. `#666 <https://github.com/pytest-dev/pytest-bdd/pull/666>`_

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pytest-bdd" name = "pytest-bdd"
version = "7.1" version = "7.1.1"
description = "BDD for pytest" description = "BDD for pytest"
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"] authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]