From f9c27f048f6e09634bdfc78780fcc1f3e5ce87a6 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 23 Jul 2016 15:06:02 +0200 Subject: [PATCH] Bump to 0.22.2 --- CHANGES.txt | 6 +++--- aiohttp/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e78169d8db4..4a66afd8a19 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -0.22.2 (XX-XX-XXXX) +0.22.2 (07-23-2016) ------------------- - Suppress CancelledError when Timeout raises TimeoutError #970 @@ -15,14 +15,14 @@ CHANGES - Expose aiohttp.CookieJar name -0.22.1 (08-16-2016) +0.22.1 (07-16-2016) ------------------- - Large cookie expiration/max-age doesn't break an event loop from now (fixes #967) -0.22.0 (08-15-2016) +0.22.0 (07-15-2016) ------------------- - Fix bug in serving static directory #803 diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 9da01d1b2b9..337c04a391e 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.22.2b0' +__version__ = '0.22.2' import multidict # noqa