Bump version 4.0.1

This commit is contained in:
Alessio Bogon 2020-09-08 12:03:15 +02:00
parent a8c1ff4ff3
commit cba9a8ba90
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
Unreleased
----------
4.0.1
-----
- Fixed performance regression introduced in 4.0.0 where collection time of tests would take way longer than before. (youtux)

View File

@ -3,6 +3,6 @@
from pytest_bdd.steps import given, when, then
from pytest_bdd.scenario import scenario, scenarios
__version__ = "4.0.0"
__version__ = "4.0.1"
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]