Skip to content

Commit be94d2e

Browse files
committed
Fix typo
1 parent 62f2d9d commit be94d2e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
3.4.0
5+
-----
6+
7+
- Parse multiline steps according to the gherkin specification #365.
8+
9+
410
3.3.0
511
-----
612

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__ = "3.3.0"
6+
__version__ = "3.4.0"
77

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

0 commit comments

Comments
 (0)