release 1.23.0

* better concurrency documentation
* correct pytest test counts and fixture running
This commit is contained in:
Chris Dent 2016-06-16 14:22:49 +01:00
parent af7ac6f23a
commit eabee1f83d
2 changed files with 8 additions and 1 deletions

View File

@ -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 <loader>` of how to run gabbi in a
concurrent environment. Improved handling of pytest fixtures and
test counts.
1.22.0
------

View File

@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""
__version__ = '1.22.0'
__version__ = '1.23.0'