Skip to content

Commit f48e455

Browse files
committed
prepare 2.18.1 release
1 parent 32b8a82 commit f48e455

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Authors
88

99
These people have contributed to `pytest-bdd`, in alphabetical order:
1010

11+
* `Adam Coddington <[email protected]>`_
1112
* `Albert-Jan Nijburg <[email protected]>`_
1213
* `Andrey Makhnach <[email protected]>`_
1314
* `Aron Curzon <[email protected]>`_

CHANGES.rst

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

4+
2.18.1
5+
------
6+
7+
- Relay fixture results to recursive call of 'get_features' (coddingtonbear)
8+
49
2.18.0
510
------
611

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.0'
6+
__version__ = '2.18.1'
77

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

0 commit comments

Comments
 (0)