Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Oct 9, 2020
1 parent 1553b02 commit 4d9f5f9
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,5 +1,10 @@
Changelog
=========
2.0.0 (2020-10-09)
------------------
- Cache aiohttp client session on the loop, not globally - PR #42. Thanks Nick Gaya for your contribution!
- Remove support for Python 3.5 - PR #45
- Add support for Python 3.8 - PR #46

1.5.0 (2020-03-31)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bravado_asyncio/__init__.py
@@ -1,4 +1,4 @@
__all__ = ["version"]


version = "1.5.0"
version = "2.0.0"

0 comments on commit 4d9f5f9

Please sign in to comment.