Skip to content

Commit

Permalink
Release 1.43.0
Browse files Browse the repository at this point in the history
* jsonpath to select fragments of data-on-disk
* pin PyYAML to <4.0
  • Loading branch information
cdent committed Jun 29, 2018
1 parent 72256b0 commit ddce7d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0
------

* Use :ref:`JSONPath` to select a portion of data-on-disk in
``response_json_path`` checks.
* Restrict PyYAML to ``<4.0``.

1.42.0
------

Expand Down
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""

__version__ = '1.42.1'
__version__ = '1.43.0'

0 comments on commit ddce7d6

Please sign in to comment.