Skip to content

Commit 43b90e8

Browse files
authored
Merge pull request #28 from mapbox/redispin
Pin Redis to 2.10.6
2 parents 4042a43 + 655ce0a commit 43b90e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.1
2+
-----
3+
- Pin Redis to 2.x
4+
15
0.9.0
26
-----
37
- Adds ability to provide a custom callback to the Part context manager in place of sending a reduce message

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='watchbot_progress',
5-
version='0.9.0',
5+
version='0.9.1',
66
description=u"Watchbot reduce-mode helpers for python",
77
long_description='See https://github.com/mapbox/watchbot-progress-py',
88
classifiers=[],
@@ -12,7 +12,7 @@
1212
url='https://github.com/mapbox/watchbot-progress-py',
1313
license='MIT',
1414
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
15-
install_requires=['boto3', 'redis'],
15+
install_requires=['boto3', 'redis~=2.0'],
1616
entry_points="""
1717
[console_scripts]
1818
watchbot-progress-py=watchbot_progress.cli:main

0 commit comments

Comments
 (0)