Skip to content

Commit 2b4fc45

Browse files
committed
Increment version to 2.17.1
1 parent 30076d4 commit 2b4fc45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.17.1
5+
------
6+
7+
- Add support for pytest 3.0
8+
49
2.17.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.17.0'
6+
__version__ = '2.17.1'
77

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

0 commit comments

Comments
 (0)