Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 31, 2018
1 parent 15566b1 commit 7d5df1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.2.0 (2018-01-31)
------------------

- Fixed the formatting of an error handling bad middleware return types. #249

2.1.0 (2017-11-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from aiohttp import web


__version__ = '2.1.0'
__version__ = '2.2.0'


class Session(MutableMapping):
Expand Down

0 comments on commit 7d5df1b

Please sign in to comment.