We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7671290 commit 7b0685eCopy full SHA for 7b0685e
pytest_bdd/__init__.py
@@ -3,6 +3,6 @@
3
from pytest_bdd.steps import given, when, then
4
from pytest_bdd.scenario import scenario, scenarios
5
6
-__version__ = '2.21.0'
+__version__ = '3.0.0'
7
8
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]
0 commit comments