From a2b9c6ce8655c2fa2b24c307c346966da593022a Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Fri, 20 Jul 2012 14:49:18 +0200 Subject: [PATCH] Bump the version. --- CHANGES.md | 4 ++-- rq/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fe119689..2c6296db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -### 0.?.? -(Not yet released) +### 0.2.1 +(July 20th, 2012) - Fix important bug where result data wasn't restored from Redis correctly (affected non-string results only). diff --git a/rq/version.py b/rq/version.py index 81343d72..887788d3 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.2.0' +VERSION = '0.2.1'