Bump version 8.0.0b2

This commit is contained in:
Alessio Bogon 2024-10-15 19:01:29 +02:00
parent 4e821f783f
commit 3ac7bc4d39
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ Changelog
Unreleased
----------
8.0.0b2
----------
- Update documentation to clarify that `--gherkin-terminal-reporter` needs to be used with `-v` or `-vv`.
- Drop compatibility with pytest < 7.0.0.
- Continuation of steps using asterisks instead of And/But supported.

View File

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