Skip to content

Commit 72a8764

Browse files
committed
Bump version, update changelog
1 parent d8ebeee commit 72a8764

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

7+
3.1.1
8+
----------
9+
10+
- Allow unicode string in ``@given()`` step names when using python2.
11+
This makes the transition of projects from python 2 to 3 easier.
12+
713
3.1.0
814
----------
915

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.1.0'
6+
__version__ = '3.1.1'
77

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

0 commit comments

Comments
 (0)