Skip to content

Commit 7b0685e

Browse files
youtuxolegpidsadnyi
authored andcommitted
Bump version to 3.0.0, since we have incompatible changes
1 parent 7671290 commit 7b0685e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_bdd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from pytest_bdd.steps import given, when, then
44
from pytest_bdd.scenario import scenario, scenarios
55

6-
__version__ = '2.21.0'
6+
__version__ = '3.0.0'
77

88
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]

0 commit comments

Comments
 (0)