Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed May 28, 2018
1 parent f3a28e9 commit 220e243
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
=========

1.0.0 (2018-05-28)
------------------
- bravado-asyncio has worked reliably internally, let's release it as 1.0.

0.4.3 (2018-03-08)
------------------
- One more try at fixing the remaining installation issues on Python < 3.5.3 - PR #15
Expand Down
2 changes: 1 addition & 1 deletion bravado_asyncio/__init__.py
@@ -1,4 +1,4 @@
__all__ = ['version']


version = '0.4.3'
version = '1.0.0'

0 comments on commit 220e243

Please sign in to comment.