Skip to content

Commit ee7be87

Browse files
committed
Bump version 7.2.0, add changelog entry
1 parent 526311e commit ee7be87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

7+
7.2.0
8+
----------
9+
- Fix compatibility issue with Python 3.13.
10+
- Declare compatibility with Python 3.13.
11+
712
7.1.2
813
----------
914
- Address another compatibility issue with pytest 8.1 (fixture registration). `#680 <https://github.com/pytest-dev/pytest-bdd/pull/680>`_

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.2"
3+
version = "7.2.0"
44
description = "BDD for pytest"
55
authors = ["Oleg Pidsadnyi <[email protected]>", "Anatoly Bubenkov <[email protected]>"]
66
maintainers = ["Alessio Bogon <[email protected]>"]

0 commit comments

Comments
 (0)