2.6.0 release

This commit is contained in:
Anatoly Bubenkov 2015-01-08 22:13:08 +01:00
parent 8289cdc17a
commit 53f074d70c
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
Unreleased
----------
2.6.0
-----
- Correctly handle `pytest-bdd` command called without the subcommand under python3 (bubenkoff, spinus)
- Pluggable parsers for step definitions (bubenkoff, spinus)

View File

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