This is 0.5.2

main
Vincent Driessen 10 years ago
parent f651a72a50
commit 8f7322ed10

@ -1,3 +1,11 @@
### 0.5.2
(April 14th, 2015)
- Support SSL connection to Redis (requires redis-py>=2.10)
- Fix to prevent deep call stacks with large queues
### 0.5.1 ### 0.5.1
(March 9th, 2015) (March 9th, 2015)

@ -2,4 +2,4 @@
from __future__ import (absolute_import, division, print_function, from __future__ import (absolute_import, division, print_function,
unicode_literals) unicode_literals)
VERSION = '0.5.1' VERSION = '0.5.2'

Loading…
Cancel
Save