Bump version to 8.0.0b1
This commit is contained in:
parent
d0d2ce3ed8
commit
8aa7287a0c
|
@ -3,7 +3,10 @@ Changelog
|
|||
|
||||
Unreleased
|
||||
----------
|
||||
- Use `gherkin-official` parser to replace custom parsing logic.
|
||||
|
||||
8.0.0b1
|
||||
----------
|
||||
- Use `gherkin-official` parser to replace custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
|
||||
- Multiline steps must now always use triple-quotes for the additional lines.
|
||||
- All feature files must now use the keyword `Feature:` to be considered valid.
|
||||
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pytest-bdd"
|
||||
version = "7.3.0"
|
||||
version = "8.0.0b1"
|
||||
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>"]
|
||||
|
|
Loading…
Reference in New Issue