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 97585a8 commit f8826afCopy full SHA for f8826af
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.12.0 (Unreleased)
+0.12.0 (12-12-2014)
5
-------------------
6
7
- Automatically force aiohttp.web handlers to coroutines in
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.12.0b6'
+__version__ = '0.12.0'
from .protocol import * # noqa
0 commit comments