Skip to content

Commit 239a2e9

Browse files
committed
Bump version 3.1.0
1 parent dc04fe7 commit 239a2e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Unreleased
55
----------
66

7+
3.1.0
8+
----------
9+
710
- Drop support for pytest < 3.3.2.
811
- Step definitions generated by ``$ pytest-bdd generate`` will now raise ``NotImplementedError`` by default.
912
- ``@given(...)`` no longer accepts regex objects. It was deprecated long ago.

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__ = '3.0.2'
6+
__version__ = '3.1.0'
77

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

0 commit comments

Comments
 (0)