diff --git a/CHANGES.rst b/CHANGES.rst index 3723006..8acf146 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +6.1.0 +----- - Fix bug where steps without parsers would take precedence over steps with parsers. `#534 `_ - Step functions can now be decorated multiple times with @given, @when, @then. Previously every decorator would override ``converters`` and ``target_fixture`` every at every application. `#534 `_ `#544 `_ `#525 `_ - Require pytest>=6.2 `#534 `_ diff --git a/pyproject.toml b/pyproject.toml index f1ad627..fb42f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-bdd" -version = "6.0.1" +version = "6.1.0" description = "BDD for pytest" authors = ["Oleg Pidsadnyi ", "Anatoly Bubenkov "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]