mirror of https://github.com/rq/rq.git
Release 0.4.3.
This commit is contained in:
parent
da70ba580b
commit
c0567be69a
|
@ -1,3 +1,11 @@
|
|||
### 0.4.3
|
||||
(May 6th, 2014)
|
||||
|
||||
- Make job and queue classes overridable. Thanks, Marko!
|
||||
- Don't require connection for @job decorator at definition time. Thanks, Sasha!
|
||||
- Syntactic code cleanup.
|
||||
|
||||
|
||||
### 0.4.2
|
||||
(April 28th, 2014)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
VERSION = '0.4.2'
|
||||
VERSION = '0.4.3'
|
||||
|
|
Loading…
Reference in New Issue