Release 0.4.3.

This commit is contained in:
Vincent Driessen 2014-05-06 15:58:35 +02:00
parent da70ba580b
commit c0567be69a
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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'