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 c414430 commit 449e598Copy full SHA for 449e598
CHANGES.txt
@@ -1,10 +1,10 @@
1
CHANGES
2
=======
3
4
-0.15.3 (Unreleased)
+0.15.3 (04-22-2015)
5
-------------------
6
7
-- Fix graceful shutdown handling.
+- Fix graceful shutdown handling
8
9
- Fix `Expect` header handling for not found and not allowed routes #340
10
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.15.3.dev1'
+__version__ = '0.15.3'
from . import hdrs # noqa
0 commit comments