release 1.23.0
* better concurrency documentation * correct pytest test counts and fixture running
This commit is contained in:
parent
af7ac6f23a
commit
eabee1f83d
@ -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
|
||||
------
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
||||
# under the License.
|
||||
"""See gabbi.driver and gabbbi.case."""
|
||||
|
||||
__version__ = '1.22.0'
|
||||
__version__ = '1.23.0'
|
||||
|
Loading…
Reference in New Issue
Block a user