Skip to content

Commit

Permalink
Bump to 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 26, 2016
1 parent 22670e0 commit a6102d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.22.3 (07-26-2016)
-------------------

- Do not filter cookies if unsafe flag provided #1005


0.22.2 (07-23-2016)
-------------------

Expand Down
7 changes: 4 additions & 3 deletions aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This relies on each of the submodules having an __all__ variable.

__version__ = '0.22.2'
__version__ = '0.22.3'

# Deprecated, keep it here for a while for backward compatibility.
import multidict # noqa

# This relies on each of the submodules having an __all__ variable.

from multidict import * # noqa
from . import hdrs # noqa
from .protocol import * # noqa
Expand Down

0 comments on commit a6102d8

Please sign in to comment.