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 c4e659a commit aaaa34bCopy full SHA for aaaa34b
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.17.4 (XX-XX-XXXX)
+0.17.4 (09-29-2015)
5
-------------------
6
7
- Properly parse URL path in aiohttp.web.Request #489
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.17.3'
+__version__ = '0.17.4'
from . import hdrs # noqa
0 commit comments