From eabee1f83dfb3b7f582c5373d59402c2d76506b0 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 16 Jun 2016 14:22:49 +0100 Subject: [PATCH] release 1.23.0 * better concurrency documentation * correct pytest test counts and fixture running --- docs/source/release.rst | 7 +++++++ gabbi/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/release.rst b/docs/source/release.rst index 5c525ee..6fff83d 100644 --- a/docs/source/release.rst +++ b/docs/source/release.rst @@ -5,6 +5,13 @@ These are informal release notes for gabbi since version 1.0.0, highlighting major features and changes. For more detail see the `commit logs`_ on GitHub. +1.23.0 +------ + +Better :doc:`documentation ` of how to run gabbi in a +concurrent environment. Improved handling of pytest fixtures and +test counts. + 1.22.0 ------ diff --git a/gabbi/__init__.py b/gabbi/__init__.py index ba5373f..57776da 100644 --- a/gabbi/__init__.py +++ b/gabbi/__init__.py @@ -12,4 +12,4 @@ # under the License. """See gabbi.driver and gabbbi.case.""" -__version__ = '1.22.0' +__version__ = '1.23.0'