Skip to content

Commit

Permalink
Bump to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 23, 2016
1 parent 52a0216 commit f9c27f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

0.22.2 (XX-XX-XXXX)
0.22.2 (07-23-2016)
-------------------

- Suppress CancelledError when Timeout raises TimeoutError #970
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f9c27f0

Please sign in to comment.