Skip to content

Commit af78d31

Browse files
committed
Bump to 0.17.0
1 parent 169f4d4 commit af78d31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
script:
1717
- flake8 aiohttp examples tests
1818
- coverage run --source=aiohttp setup.py test
19-
- python setup.py check -rm
19+
- python setup.py check -rms
2020

2121
env:
2222
matrix:

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.17.0a0 (XX-XX-XXXX)
4+
0.17.0 (08-04-2015)
55
---------------------
66

77
- Make StaticRoute support Last-Modified and If-Modified-Since headers #386

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

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)