diff --git a/CHANGES.md b/CHANGES.md index 1b3e26c..8169619 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ ### 0.3.3 -(not released yet) +(January 18th, 2013) - Fix bug where work was lost due to silently ignored unpickle errors. diff --git a/rq/version.py b/rq/version.py index 2afb390..5358856 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.3.3-dev' +VERSION = '0.3.3'