mirror of https://github.com/rq/rq.git
Release 0.4.5.
This commit is contained in:
parent
f3058faa36
commit
0fbc9e4851
|
@ -1,3 +1,9 @@
|
|||
### 0.4.5
|
||||
(May 8th, 2014)
|
||||
|
||||
- Fix where rqworker broke on Python 2.6. Thanks, Marko!
|
||||
|
||||
|
||||
### 0.4.4
|
||||
(May 7th, 2014)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
VERSION = '0.4.4'
|
||||
VERSION = '0.4.5'
|
||||
|
|
Loading…
Reference in New Issue