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 5aa55e7 commit d749258Copy full SHA for d749258
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.14.0 (Unreleased)
+0.14.0 (15/01/2014)
5
-------------------
6
7
- HttpMessage._add_default_headers does not overwrite existing headers #216
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.14.0a0'
+__version__ = '0.14.0'
from . import hdrs # noqa
0 commit comments