Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jul 8, 2019
1 parent d8ebeee commit 72a8764
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
Unreleased
----------

3.1.1
----------

- Allow unicode string in ``@given()`` step names when using python2.
This makes the transition of projects from python 2 to 3 easier.

3.1.0
----------

Expand Down
2 changes: 1 addition & 1 deletion pytest_bdd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from pytest_bdd.steps import given, when, then
from pytest_bdd.scenario import scenario, scenarios

__version__ = '3.1.0'
__version__ = '3.1.1'

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

0 comments on commit 72a8764

Please sign in to comment.