Skip to content

Commit e7e46e3

Browse files
committed
Pin aioredis<1.0
1 parent fcc5b90 commit e7e46e3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

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

44

5+
1.2.1 (2017-11-20)
6+
------------------
7+
8+
- Pin aioredis<1.0 #231
9+
510
1.2.0 (2017-11-06)
611
------------------
712

aiohttp_session/__init__.py

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

1111

12-
__version__ = '1.2.0'
12+
__version__ = '1.2.1'
1313

1414

1515
class Session(MutableMapping):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(f):
1717

1818
install_requires = ['aiohttp>=2.3.0']
1919
extras_require = {
20-
'aioredis': ['aioredis>=0.1.4'],
20+
'aioredis': ['aioredis>=0.1.4, <1.0'],
2121
'aiomcache': ['aiomcache>=0.5.2'],
2222
'pycrypto': ['cryptography'],
2323
'secure': ['cryptography'],

0 commit comments

Comments
 (0)