Merge tag '0.4.3'

main
Vincent Driessen 11 years ago
commit a6d9837d87

@ -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…
Cancel
Save