Skip to content

Commit 376449b

Browse files
committed
Bump 0.16.2
1 parent 8a3b5d8 commit 376449b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CHANGES
88
3.4.1 instead of 3.4.0
99

1010
- Add check for presence of loop.is_closed() method before call the
11-
former
11+
former #378
1212

1313

1414
0.16.1 (05-27-2015)

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.16.1'
3+
__version__ = '0.16.2'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)