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 95c97a7 commit e85557eCopy full SHA for e85557e
CHANGES.txt
@@ -1,8 +1,8 @@
1
CHANGES
2
=======
3
4
-0.18.0a0 (XX-XX-XXXX)
5
----------------------
+0.18.0 (19-10-2015)
+-------------------
6
7
- Use errors.HttpProcessingError.message as HTTP error reason and
8
message #459
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.18.0a0'
+__version__ = '0.18.0'
from . import hdrs # noqa
0 commit comments