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