Skip to content

Commit

Permalink
Release version 10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Mar 25, 2019
1 parent b8e9115 commit 4fb2ba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '10.3.1'
version = '10.3.2'

0 comments on commit 4fb2ba8

Please sign in to comment.