Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 22, 2017
1 parent 8668bed commit 5f44925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

2.0.1 (2017-11-22)
------------------

- Replace assertiions in aioredis installation checks by `RuntimeError` #235

2.0.0 (2017-11-21)
------------------
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.0.0'
__version__ = '2.0.1'


class Session(MutableMapping):
Expand Down

0 comments on commit 5f44925

Please sign in to comment.