bump version

This commit is contained in:
Anatoly Bubenkov 2015-08-31 10:32:57 +02:00
parent 7cda3caeef
commit 6ab5857636
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.14.4
2.14.5
------
- Properly parse feature description (bubenkoff)

View File

@ -3,6 +3,6 @@
from pytest_bdd.steps import given, when, then
from pytest_bdd.scenario import scenario, scenarios
__version__ = '2.14.4'
__version__ = '2.14.5'
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]