Skip to content

Commit

Permalink
Release version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jun 9, 2017
1 parent 3902e6b commit a526c35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG-MASTER.rst
Expand Up @@ -5,6 +5,3 @@ Changelog-Master

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

9.0.1 (2017-06-06)
------------------
- Convert http method to str while constructing the request
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,10 @@
Changelog
=========

9.0.1 (2017-06-09)
------------------
- Convert http method to str while constructing the request to fix an issue with file uploads when using requests library versions before 2.8.

9.0.0 (2017-06-06)
------------------
- Add API key authentication via header to RequestsClient.
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '9.0.0'
version = '9.0.1'

0 comments on commit a526c35

Please sign in to comment.