Skip to content

Commit 7d5df1b

Browse files
committed
Bump to 2.2.0
1 parent 15566b1 commit 7d5df1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
2.2.0 (2018-01-31)
5+
------------------
6+
7+
- Fixed the formatting of an error handling bad middleware return types. #249
8+
49
2.1.0 (2017-11-24)
510
------------------
611

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from aiohttp import web
99

1010

11-
__version__ = '2.1.0'
11+
__version__ = '2.2.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)