Skip to content

Commit 8aa7287

Browse files
committed
Bump version to 8.0.0b1
1 parent d0d2ce3 commit 8aa7287

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Changelog
33

44
Unreleased
55
----------
6-
- Use `gherkin-official` parser to replace custom parsing logic.
6+
7+
8.0.0b1
8+
----------
9+
- Use `gherkin-official` parser to replace custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
710
- Multiline steps must now always use triple-quotes for the additional lines.
811
- All feature files must now use the keyword `Feature:` to be considered valid.
912
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).

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.3.0"
3+
version = "8.0.0b1"
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)