Skip to content

Commit 52ab2dc

Browse files
committed
Bump version & update CHANGES.rst
1 parent f71b89b commit 52ab2dc

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
@@ -6,7 +6,6 @@ Changelog
66

77
In-progress
88
-----------
9-
- Move documentation to Gherkin itself
109

1110
Planned
1211
-------
@@ -64,6 +63,10 @@ Planned
6463

6564
Unreleased
6665
----------
66+
67+
2.2.0
68+
-----
69+
- Move documentation to Gherkin itself
6770
- Fixed pytest.ini option "disable_feature_autoload"
6871
- Improved fixture injection by adding seamless fixtures on plugin/module collection
6972

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ name = "pytest-bdd-ng"
8181
readme = {file = "README.rst", content-type = "text/x-rst"}
8282
requires-python = ">=3.8"
8383
urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"}
84-
version = "2.1.4"
84+
version = "2.2.0"
8585

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

0 commit comments

Comments
 (0)