Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Nov 15, 2017
1 parent 3ee6439 commit b820d96
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.1 (2017-11-15)
------------------
- Rework build system to specify Python versions explicitly; you'll need Python 3.6 for bravado-asyncio development - PR #2

0.3.0 (2017-11-13)
------------------
- Add support for msgpack as a wire protocol for responses - PR #1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='bravado-asyncio',
version='0.3.0',
version='0.3.1',
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 b820d96

Please sign in to comment.