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 c33fccf + d06afef commit 49cf1fcCopy full SHA for 49cf1fc
CHANGES.txt
@@ -1,9 +1,26 @@
1
CHANGES
2
=======
3
4
-0.0.3 (YYYY-MM-DD)
+1.1.0 (2017-MM-DD)
5
------------------
6
7
+* Drop python 3.4 support
8
+* Add new context manager API
9
+
10
11
+1.0.0 (2017-04-14)
12
+------------------
13
14
+* Release aiohttp-sse==1.0.0
15
16
17
+0.1.0 (2017-03-23)
18
19
20
+* add support for asynchronous context manager interface
21
+* tests refactoring
22
+* modernize internal api to align with aiohttp
23
24
25
0.0.2 (2017-01-13)
26
aiohttp_sse/__init__.py
@@ -8,7 +8,7 @@
from .helpers import _ContextManager
-__version__ = '2.0.0-dev'
+__version__ = '1.1.0-dev'
__all__ = ['EventSourceResponse', 'sse_response']
0 commit comments