Skip to content

Commit 46d1a54

Browse files
committed
Bump to 0.17.0, fix markup in CHANGES
1 parent 5bdcce7 commit 46d1a54

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGES
22
=======
33

4+
0.17.0a0 (XX-XX-XXXX)
5+
-------------------
6+
47
0.16.3 (05-30-2015)
58
-------------------
69

@@ -10,7 +13,7 @@ CHANGES
1013
-------------------
1114

1215
- Update python version required for `__del__` usage: it's actially
13-
3.4.1 instead of 3.4.0
16+
3.4.1 instead of 3.4.0
1417

1518
- Add check for presence of loop.is_closed() method before call the
1619
former #378

aiohttp/__init__.py

+1-1
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.3'
3+
__version__ = '0.17.0a0'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)