Skip to content

Commit cba9a8b

Browse files
committed
Bump version 4.0.1
1 parent a8c1ff4 commit cba9a8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

4-
Unreleased
5-
----------
4+
4.0.1
5+
-----
66
- Fixed performance regression introduced in 4.0.0 where collection time of tests would take way longer than before. (youtux)
77

88

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__ = "4.0.0"
6+
__version__ = "4.0.1"
77

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

0 commit comments

Comments
 (0)