mirror of https://github.com/rq/rq.git
Bump version to 1.4.1
This commit is contained in:
parent
f0846a7645
commit
4d450ec94d
|
@ -1,3 +1,7 @@
|
|||
### RQ 1.4.1 (2020-05-16)
|
||||
* Default serializer now uses `pickle.HIGHEST_PROTOCOL` for backward compatibility reasons. Thanks @bbayles!
|
||||
* Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles!
|
||||
|
||||
### RQ 1.4.0 (2020-05-13)
|
||||
* Custom serializer is now supported. Thanks @solababs!
|
||||
* `delay()` now accepts `job_id` argument. Thanks @grayshirt!
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
||||
VERSION = '1.4.0'
|
||||
VERSION = '1.4.1'
|
||||
|
|
Loading…
Reference in New Issue