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'