From 4fb2ba8e02370168fccdacccad0a7f7ec377c06d Mon Sep 17 00:00:00 2001 From: Stephan Jaensch Date: Mon, 25 Mar 2019 13:25:07 +0100 Subject: [PATCH] Release version 10.3.2 --- CHANGELOG.rst | 5 +++++ bravado/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e26f8e5..1584c481 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +10.3.2 (2019-03-25) +------------------- +- Do not warn about conflicting timeouts in requests HTTP client if only one was specified - PR #411. Thanks Pokey Rule for your contribution! +- Fix bug in :class:`bravado.fido_client.FidoResponseAdapter`, it was not returning a unicode string for ``text`` - PR #412 + 10.3.1 (2019-02-27) ------------------- - Fix :attr:`.bravado.response.BravadoResponseMetadata.is_fallback_result`, it was always ``True`` in 10.3.0 - Issue #409, PR #410 diff --git a/bravado/__init__.py b/bravado/__init__.py index 6d741a07..c45a929e 100644 --- a/bravado/__init__.py +++ b/bravado/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -version = '10.3.1' +version = '10.3.2'