Skip to content

Commit

Permalink
Release version 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jun 22, 2017
1 parent 76c2fa3 commit db619b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG-MASTER.rst
Expand Up @@ -5,4 +5,3 @@ Changelog-Master

*The content will be used to build the Changelog of the new bravado release.*

- Fix regression introduced by PR #288
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

9.0.4 (2017-06-22)
------------------
- Fix regression when passing swagger parameters of type header in ``_request_options`` introduced by PR #288

9.0.3 (2017-06-21)
------------------
- When using the fido HTTP client and passing a timeout to ``result()``, make sure we throw a fido HTTPTimeoutError instead of a crochet TimeoutError when hitting the timeout.
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '9.0.3'
version = '9.0.4'

0 comments on commit db619b1

Please sign in to comment.