Release 2.4.1

This commit is contained in:
Oleg Pidsadnyi 2014-09-23 10:13:44 +02:00
parent 3cbf7e1609
commit 995c90f563
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
Unreleased
----------
2.4.1
-----
- Better reporting of a not found scenario (bubenkoff)
- Simple test code generation implemented (bubenkoff)

View File

@ -1,6 +1,6 @@
"""pytest-bdd public API."""
__version__ = '2.4.0'
__version__ = '2.4.1'
try:
from pytest_bdd.steps import given, when, then