From 415662d42c7c1ef75307b86e098084b3fb3bd704 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 22 Apr 2014 22:21:37 +0200 Subject: [PATCH] Bump version. --- CHANGES.md | 6 ++++++ rq/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dd91b44..82bae81 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### 0.4.1 +(April 22nd, 2014) + +- Fix bug where RQ 0.4 workers could not unpickle/process jobs from RQ < 0.4. + + ### 0.4.0 (April 22nd, 2014) diff --git a/rq/version.py b/rq/version.py index 5052c1f..52f089c 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.4.0' +VERSION = '0.4.1'