diff --git a/CHANGES.txt b/CHANGES.txt index 9da564f550e..fbfcd1758b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -0.11.0 (XX-XX-XXXX) +0.11.0 (11-29-2014) ------------------- - Support named routes in `aiohttp.web.UrlDispatcher` #179 diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 03af1850ac0..5bd1777ea3f 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.11.0a' +__version__ = '0.11.0' from .protocol import * # noqa