From 5cbc59205ac5efbe97a738efb3dc5685089e71e9 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sun, 5 Aug 2012 09:52:51 +0200 Subject: [PATCH] Add changelog and bump version to 0.3.0. --- CHANGES.md | 7 ++++++- rq/version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7e1af3d6..cc4e75c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ ### 0.3.0 -(not released) +(August 5th, 2012) + +- Reliability improvements + + - Warm shutdown now exits immediately when Ctrl+C is pressed and worker is idle + - Worker does not leak worker registrations anymore when stopped gracefully - `.enqueue()` does not consume the `timeout` kwarg anymore. Instead, to pass RQ a timeout value while enqueueing a function, use the explicit invocation diff --git a/rq/version.py b/rq/version.py index ace1dd72..d325e712 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.2.2' +VERSION = '0.3.0'