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 34e47e9 commit 3bc3c84Copy full SHA for 3bc3c84
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.11.0 (XX-XX-XXXX)
+0.11.0 (11-29-2014)
5
-------------------
6
7
- Support named routes in `aiohttp.web.UrlDispatcher` #179
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.11.0a'
+__version__ = '0.11.0'
from .protocol import * # noqa
0 commit comments