Skip to content

Commit 669492d

Browse files
committed
Bump version to 7.1.1
1 parent 0c5355f commit 669492d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Unreleased
55
----------
66

7+
7.1.1
8+
----------
9+
- Address a bug introduced in pytest-bdd 7.1 caused by incorrect pytest version check.
10+
711
7.1
812
----------
913
- Address compatibility issue with pytest 8.1. `#666 <https://github.com/pytest-dev/pytest-bdd/pull/666>`_

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-bdd"
3-
version = "7.1"
3+
version = "7.1.1"
44
description = "BDD for pytest"
55
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
66
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]

0 commit comments

Comments
 (0)