Merge branch 'master' into update-ci-pytest-versions

This commit is contained in:
Alessio Bogon 2019-02-17 14:45:24 +01:00
commit a7222ccaec
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
3.0.2
------
- Add compatibility with pytest 4.2 (sliwinski-milosz) #288.
3.0.1
------

View File

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