From d749258f8c3192f9ab0e610aded573b68703e9f2 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 15 Jan 2015 22:51:12 +0200 Subject: [PATCH] 0.14 release --- CHANGES.txt | 2 +- aiohttp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 31df05d2b5d..d82dedc2ebb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -0.14.0 (Unreleased) +0.14.0 (15/01/2014) ------------------- - HttpMessage._add_default_headers does not overwrite existing headers #216 diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 15884ed5737..30419b506c8 100644 --- a/aiohttp/__init__.py +++ b/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