Skip to content

Commit

Permalink
This is 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Apr 14, 2015
1 parent f651a72 commit 8f7322e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

VERSION = '0.5.1'
VERSION = '0.5.2'

0 comments on commit 8f7322e

Please sign in to comment.