Skip to content

Commit

Permalink
Merge pull request #123 from elchupanebrej/release/2.2.0
Browse files Browse the repository at this point in the history
Bump version & update CHANGES.rst
  • Loading branch information
elchupanebrej authored Oct 7, 2024
2 parents f71b89b + 52ab2dc commit acd46a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Changelog

In-progress
-----------
- Move documentation to Gherkin itself

Planned
-------
Expand Down Expand Up @@ -64,6 +63,10 @@ Planned

Unreleased
----------

2.2.0
-----
- Move documentation to Gherkin itself
- Fixed pytest.ini option "disable_feature_autoload"
- Improved fixture injection by adding seamless fixtures on plugin/module collection

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ name = "pytest-bdd-ng"
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.8"
urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"}
version = "2.1.4"
version = "2.2.0"

[project.entry-points]
pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}
Expand Down

0 comments on commit acd46a5

Please sign in to comment.