Skip to content

Commit 11c6097

Browse files
committed
prepare 2.18.2 release
1 parent badc11a commit 11c6097

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.18.1'
6+
__version__ = '2.18.2'
77

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

0 commit comments

Comments
 (0)