mirror of https://github.com/rq/rq.git
Bump dev version
This commit is contained in:
parent
46c39654d0
commit
07adca6ca3
|
@ -1,3 +1,8 @@
|
|||
### 0.7.0
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
### 0.6.0
|
||||
|
||||
- Jobs that depend on job with result_ttl == 0 are now properly enqueued.
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
||||
VERSION = '0.6.0'
|
||||
VERSION = '0.7.0dev0'
|
||||
|
|
Loading…
Reference in New Issue