Skip to content

Commit 6cdd340

Browse files
committed
Bump version to 8.1.0
1 parent 68b9625 commit 6cdd340

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ Unreleased
1212
Added
1313
+++++
1414

15+
Changed
16+
+++++++
17+
18+
Deprecated
19+
++++++++++
20+
21+
Removed
22+
+++++++
23+
24+
Fixed
25+
+++++
26+
27+
Security
28+
++++++++
29+
30+
[8.1.0] - 2024-12-05
31+
----------
32+
33+
Added
34+
+++++
35+
1536
Changed
1637
+++++++
1738
* Step arguments ``"datatable"`` and ``"docstring"`` are now reserved, and they can't be used as step argument names. An error is raised if a step parser uses these names.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-bdd"
3-
version = "8.0.0"
3+
version = "8.1.0"
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)