From 6c796658ee144f8b1bdeb41e424623a5f2dd9f32 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 18 Apr 2015 20:48:41 -0700 Subject: [PATCH] prepare release --- CHANGES.txt | 2 +- aiohttp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d8cf870ce79..fd380a20da0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -0.15.2 (Unreleased) +0.15.2 (04-19-2015) ------------------- - Flow control subsystem refactoring diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 5416bb0e948..1924c614fb0 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.15.2.dev2' +__version__ = '0.15.2' from . import hdrs # noqa