Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 21, 2017
1 parent f2d6147 commit ced49ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changes
=======


2.0.0 (2017-11-21)
------------------

- Update to aioredis 1.0+. The aiohttp-session 2.0 is not compatible
with aioredis 0.X #234

1.2.1 (2017-11-20)
------------------

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


class Session(MutableMapping):
Expand Down

0 comments on commit ced49ad

Please sign in to comment.