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.
1 parent 49cf1fc commit 6827f32Copy full SHA for 6827f32
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-1.1.0 (2017-MM-DD)
+1.1.0 (2017-08-21)
5
------------------
6
7
* Drop python 3.4 support
aiohttp_sse/__init__.py
@@ -8,7 +8,7 @@
8
from .helpers import _ContextManager
9
10
11
-__version__ = '1.1.0-dev'
+__version__ = '1.1.0'
12
__all__ = ['EventSourceResponse', 'sse_response']
13
14
0 commit comments