Skip to content

Commit ced49ad

Browse files
committed
Bump to 2.0.0
1 parent f2d6147 commit ced49ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

44

5+
2.0.0 (2017-11-21)
6+
------------------
7+
8+
- Update to aioredis 1.0+. The aiohttp-session 2.0 is not compatible
9+
with aioredis 0.X #234
10+
511
1.2.1 (2017-11-20)
612
------------------
713

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__ = '1.2.1'
11+
__version__ = '2.0.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)