Skip to content

Commit 5f44925

Browse files
committed
Bump to 2.0.1
1 parent 8668bed commit 5f44925

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

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

4+
2.0.1 (2017-11-22)
5+
------------------
6+
7+
- Replace assertiions in aioredis installation checks by `RuntimeError` #235
48

59
2.0.0 (2017-11-21)
610
------------------

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.0.0'
11+
__version__ = '2.0.1'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)