Skip to content

Commit

Permalink
Release version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jan 22, 2018
1 parent 58a6524 commit c77a119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

0.3.4 (2018-01-22)
------------------
- Add support for setting a timeout through request_options - PR #6

0.3.3 (2018-01-04)
------------------
- Support ``collectionFormat: multi`` for array formData params as well - PR #4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='bravado-asyncio',
version='0.3.3',
version='0.3.4',
license='BSD 3-Clause License',
description='asyncio powered HTTP client for bravado',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
Expand Down

0 comments on commit c77a119

Please sign in to comment.