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 169f4d4 commit af78d31Copy full SHA for af78d31
.travis.yml
@@ -16,7 +16,7 @@ install:
16
script:
17
- flake8 aiohttp examples tests
18
- coverage run --source=aiohttp setup.py test
19
- - python setup.py check -rm
+ - python setup.py check -rms
20
21
env:
22
matrix:
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.17.0a0 (XX-XX-XXXX)
+0.17.0 (08-04-2015)
5
---------------------
6
7
- Make StaticRoute support Last-Modified and If-Modified-Since headers #386
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.17.0a0'
+__version__ = '0.17.0'
from . import hdrs # noqa
0 commit comments