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>"]