mirror of https://github.com/rq/rq.git
This is 0.5.2
This commit is contained in:
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
|
||||
|
||||
(March 9th, 2015)
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
||||
VERSION = '0.5.1'
|
||||
VERSION = '0.5.2'
|
||||
|
|
Loading…
Reference in New Issue