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 b962b8b commit 3975ea7Copy full SHA for 3975ea7
CHANGES.txt
@@ -1,6 +1,12 @@
1
CHANGES
2
=======
3
4
+0.0.2 (2016-01-13)
5
+------------------
6
+
7
+* Added MANIFEST.in
8
9
10
0.0.1 (2016-01-13)
11
------------------
12
MANIFEST.in
@@ -0,0 +1,5 @@
+include LICENSE
+include CHANGES.txt
+include README.rst
+graft aiohttp_sse
+global-exclude *.pyc *.swp
aiohttp_sse/__init__.py
@@ -4,7 +4,7 @@
from aiohttp.web import StreamResponse
from aiohttp.web import HTTPMethodNotAllowed
-__version__ = '0.0.1'
+__version__ = '0.0.2'
__all__ = ['EventSourceResponse']
0 commit comments