Increment version to 2.17.0

This commit is contained in:
Florian Bruhin 2016-06-29 19:25:12 +02:00
parent 9b78948efa
commit 8e89d04f19
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.16.2
2.17.0
------
- Fix FixtureDef signature for newer pytest versions (The-Compiler)

View File

@ -3,6 +3,6 @@
from pytest_bdd.steps import given, when, then
from pytest_bdd.scenario import scenario, scenarios
__version__ = '2.16.2'
__version__ = '2.17.0'
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]