This is 0.5.2

This commit is contained in:
Vincent Driessen 2015-04-14 09:10:35 +02:00
parent f651a72a50
commit 8f7322ed10
2 changed files with 9 additions and 1 deletions

View File

@ -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
(March 9th, 2015)

View File

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