mirror of https://github.com/rq/rq.git
Start release 0.4.6.
This commit is contained in:
parent
f0e02996bc
commit
2314b62d8c
|
@ -1,3 +1,9 @@
|
|||
### 0.4.6
|
||||
(not released yet)
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
### 0.4.5
|
||||
(May 8th, 2014)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
VERSION = '0.4.5'
|
||||
VERSION = '0.4.6'
|
||||
|
|
Loading…
Reference in New Issue