From aa5523215160bbb174a5757c430ef23589213fea Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 17 Dec 2013 12:28:57 +0100 Subject: [PATCH] Bump version to 0.3.13. --- CHANGES.md | 7 +++++++ rq/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 184dda9..6665326 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### 0.3.13 +(December 17th, 2013) + +- Bug fix where the worker crashes on jobs that have their timeout explicitly + removed. Thanks for reporting, @algrs. + + ### 0.3.12 (December 16th, 2013) diff --git a/rq/version.py b/rq/version.py index 3b59d7f..954b701 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.3.12' +VERSION = '0.3.13'