We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8b9c5 commit 7b32474Copy full SHA for 7b32474
CHANGES.rst
@@ -52,6 +52,10 @@ Planned
52
- Contribute to messages repository with python model
53
- Add support of native legacy cucumber-json
54
55
+2.3.1
56
+-----
57
+- Fixup documentation generation
58
+
59
2.3.0
60
-----
61
- Add mobile readthedocs site support theme
pyproject.toml
@@ -79,7 +79,7 @@ maintainers = [
79
name = "pytest-bdd-ng"
80
readme = {file = "README.rst", content-type = "text/x-rst"}
81
requires-python = ">=3.9"
82
-version = "2.3.0"
+version = "2.3.1"
83
84
[project.entry-points]
85
pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}
0 commit comments