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 396e335 commit 4b863d3Copy full SHA for 4b863d3
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.10.1 (XX-XX-XXXX)
+0.10.1 (11-17-2014)
5
-------------------
6
7
- aiohttp.web.HTTPException and descendants now files response body
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.10.1a'
+__version__ = '0.10.1'
from .protocol import * # noqa
0 commit comments