Skip to content

Commit

Permalink
Release version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Aug 2, 2017
1 parent 215e1a1 commit cbd756e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG-MASTER.rst
Expand Up @@ -5,7 +5,3 @@ Changelog-Master

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

- Make sure HTTP header names and values are unicode strings when using the fido HTTP client.
NOTE: this is a potentially backwards incompatible change if you're using the fido HTTP client and
are working with response headers. It's also highly advised to not upgrade to bravado-core 4.8.0+
if you're using fido unless you're also upgrading to a bravado version that contains this change.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

9.1.0 (2017-08-02)
------------------
- Make sure HTTP header names and values are unicode strings when using the fido HTTP client.
NOTE: this is a potentially backwards incompatible change if you're using the fido HTTP client and
are working with response headers. It's also highly advised to not upgrade to bravado-core 4.8.0+
if you're using fido unless you're also upgrading to a bravado version that contains this change.

9.0.7 (2017-07-05)
------------------
- Require fido version 4.2.1 so we stay compatible to code catching crochet.TimeoutError
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '9.0.7'
version = '9.1.0'

0 comments on commit cbd756e

Please sign in to comment.