Bump version 8.0.0b2
This commit is contained in:
parent
4e821f783f
commit
3ac7bc4d39
|
@ -3,6 +3,9 @@ Changelog
|
||||||
|
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
8.0.0b2
|
||||||
|
----------
|
||||||
- Update documentation to clarify that `--gherkin-terminal-reporter` needs to be used with `-v` or `-vv`.
|
- Update documentation to clarify that `--gherkin-terminal-reporter` needs to be used with `-v` or `-vv`.
|
||||||
- Drop compatibility with pytest < 7.0.0.
|
- Drop compatibility with pytest < 7.0.0.
|
||||||
- Continuation of steps using asterisks instead of And/But supported.
|
- Continuation of steps using asterisks instead of And/But supported.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pytest-bdd"
|
name = "pytest-bdd"
|
||||||
version = "8.0.0b1"
|
version = "8.0.0b2"
|
||||||
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>"]
|
||||||
|
|
Loading…
Reference in New Issue