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 8a3b5d8 commit 376449bCopy full SHA for 376449b
CHANGES.txt
@@ -8,7 +8,7 @@ CHANGES
8
3.4.1 instead of 3.4.0
9
10
- Add check for presence of loop.is_closed() method before call the
11
- former
+ former #378
12
13
14
0.16.1 (05-27-2015)
aiohttp/__init__.py
@@ -1,6 +1,6 @@
1
# This relies on each of the submodules having an __all__ variable.
2
3
-__version__ = '0.16.1'
+__version__ = '0.16.2'
4
5
6
from . import hdrs # noqa
0 commit comments