Skip to content

Commit 34bc885

Browse files
committed
Preparing the release 3.3.0
1 parent 6587327 commit 34bc885

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
3.3.0
5+
-----
66

77
- Drop support for pytest < 4.3.
88
- Fix a Python 4.0 bug.
99
- Fix ``pytest --generate-missing`` functionality being broken.
1010
- Fix problematic missing step definition from strings containing quotes.
11-
- Implement parsing escaped pipe characters in outline parameters #337.
11+
- Implement parsing escaped pipe characters in outline parameters (Mark90) #337.
12+
- Disable the strict Gherkin validation in the steps generation (v-buriak) #356.
1213

1314
3.2.1
1415
----------

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.2.1"
6+
__version__ = "3.3.0"
77

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

0 commit comments

Comments
 (0)