Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Mar 31, 2020
1 parent d3ed28c commit 8396f48
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
=========

1.5.0 (2020-03-31)
------------------
- | Implement support for request option ``follow_redirects``, disable following redirects by default - PR #41
| While this is a behavior change, it matches what bravado's default HTTP client does starting with version 10.6.0, and is considered a bugfix.
1.4.2 (2019-06-27)
------------------
- Lazily initialize the event loop thread and the aiohttp ClientSession object, making sure this happens post-fork - PR #34
Expand Down
2 changes: 1 addition & 1 deletion bravado_asyncio/__init__.py
@@ -1,4 +1,4 @@
__all__ = ["version"]


version = "1.4.2"
version = "1.5.0"

0 comments on commit 8396f48

Please sign in to comment.