Skip to content

Commit

Permalink
Release version 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Feb 24, 2020
1 parent f83e3a0 commit 2e4c1f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
=========

10.5.0 (2020-02-24)
-------------------
- Ensure that ``requst_options`` headers are not modified while constructing request - PR #440. Thanks Nick Gaya for your contribution!
- Fix header authentication for ``host:port`` type - PR #444. Thanks sanda87 for your contribution!
- Reraise fido ``HttpTimeoutError`` without modification - PR #447. Thanks Nick Gaya for your contribution!
- Documentation updates - PR #442 and PR #448. Thanks Colin Dunklau for your contribution!
- Ensure that bravado.client.SwaggerSpec is deep copyable - PR #445

10.4.3 (2019-11-04)
-------------------
- Some type annotation fixes and improvements, in particular for the response_adapter argument to ``HttpFuture`` - PR #436
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '10.4.3'
version = '10.5.0'

0 comments on commit 2e4c1f9

Please sign in to comment.