Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
- pretty print json bodies when verbose: True
  • Loading branch information
cdent committed Nov 25, 2016
1 parent 1ef37f4 commit 787e83a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Metadata
and body. If set to ``headers`` or ``body``, only
the corresponding part of the request and
response will be printed. If the output is a TTY,
colors will be used. See
colors will be used. If the body content-type is
JSON it will be formatted for improved
readability. See
:class:`~gabbi.httpclient.VerboseHttp` for
details.

Expand Down
6 changes: 6 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.28.0
------

When verbosely displaying request and response bodies that are
JSON, pretty print for improved readability.

1.27.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.27.1'
__version__ = '1.28.0'

0 comments on commit 787e83a

Please sign in to comment.