summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md4
-rw-r--r--rq/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fe11968..2c6296d 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 81343d7..887788d 100644
--- a/rq/version.py
+++ b/rq/version.py
@@ -1 +1 @@
-VERSION = '0.2.0'
+VERSION = '0.2.1'