Bump version to 8.1.0

This commit is contained in:
Alessio Bogon 2024-12-05 22:39:37 +01:00
parent 68b9625ae7
commit 6cdd340504
No known key found for this signature in database
2 changed files with 22 additions and 1 deletions

View File

@ -12,6 +12,27 @@ Unreleased
Added
+++++
Changed
+++++++
Deprecated
++++++++++
Removed
+++++++
Fixed
+++++
Security
++++++++
[8.1.0] - 2024-12-05
----------
Added
+++++
Changed
+++++++
* 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.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-bdd"
version = "8.0.0"
version = "8.1.0"
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>"]