diff --git a/CHANGES.txt b/CHANGES.txt index e2ad4ef..87489b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,11 @@ CHANGES ======= +0.7.1 (2018-03-05) +------------------ + +- Fix compatibility with aiohttp 3.0+ again. + 0.7.0 (2018-02-25) ------------------ diff --git a/sockjs/__init__.py b/sockjs/__init__.py index 9dbf386..81187cf 100644 --- a/sockjs/__init__.py +++ b/sockjs/__init__.py @@ -20,7 +20,7 @@ from sockjs.route import get_manager, add_endpoint -__version__ = '0.7.0' +__version__ = '0.7.1' __all__ = (