We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdcce7 commit 46d1a54Copy full SHA for 46d1a54
CHANGES.txt
@@ -1,6 +1,9 @@
1
CHANGES
2
=======
3
4
+0.17.0a0 (XX-XX-XXXX)
5
+-------------------
6
+
7
0.16.3 (05-30-2015)
8
-------------------
9
@@ -10,7 +13,7 @@ CHANGES
10
13
11
14
12
15
- Update python version required for `__del__` usage: it's actially
- 3.4.1 instead of 3.4.0
16
+ 3.4.1 instead of 3.4.0
17
18
- Add check for presence of loop.is_closed() method before call the
19
former #378
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.16.3'
+__version__ = '0.17.0a0'
from . import hdrs # noqa
0 commit comments