Relase 1.34.0

- stronger types in $RESPONSE subsitutions
This commit is contained in:
Chris Dent 2017-04-26 21:51:01 +01:00
parent e18a889245
commit 9d458ad165
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ 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.34.0
------
:ref:`Substitutions <state-substitution>` in ``$RESPONSE`` handling
now preserve numeric types instead of casting to a string. This is
useful when servers are expecting strong types and tests want to
send response data back to the server.
1.33.0
------

View File

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