We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950920f + 8628d03 commit d1bd7ceCopy full SHA for d1bd7ce
CHANGES.txt
@@ -1,8 +1,11 @@
1
CHANGES
2
=======
3
4
-2.0 (Undefined)
+2.1 (Undefined)
5
---------------
6
+
7
+2.0 (2018-02-19)
8
+----------------
9
* Drop aiohttp < 3 support
10
* ``EventSourceResponse.send`` is now a coroutine.
11
aiohttp_sse/__init__.py
@@ -8,7 +8,7 @@
from .helpers import _ContextManager
-__version__ = '1.1.0'
+__version__ = '2.0.0'
12
__all__ = ['EventSourceResponse', 'sse_response']
13
14
0 commit comments