From 8f7322ed10ae53c93c9fe3a20db1c24441b8b464 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 14 Apr 2015 09:10:35 +0200 Subject: [PATCH] This is 0.5.2 --- CHANGES.md | 8 ++++++++ rq/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4b4d6d07..5428c715 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/rq/version.py b/rq/version.py index 7b8e6588..4b0ec94d 100644 --- a/rq/version.py +++ b/rq/version.py @@ -2,4 +2,4 @@ from __future__ import (absolute_import, division, print_function, unicode_literals) -VERSION = '0.5.1' +VERSION = '0.5.2'