Skip to content

Commit 449e598

Browse files
committed
prepare release
1 parent c414430 commit 449e598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CHANGES
22
=======
33

4-
0.15.3 (Unreleased)
4+
0.15.3 (04-22-2015)
55
-------------------
66

7-
- Fix graceful shutdown handling.
7+
- Fix graceful shutdown handling
88

99
- Fix `Expect` header handling for not found and not allowed routes #340
1010

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This relies on each of the submodules having an __all__ variable.
22

3-
__version__ = '0.15.3.dev1'
3+
__version__ = '0.15.3'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)