Bump version to 1.2.2

main
Selwin Ong 5 years ago
parent fda4b35f46
commit f18a951eec

@ -1,3 +1,6 @@
### RQ 1.2.2 (2020-01-31)
* `Job.fetch()` now properly handles unpickleable return values. Thanks @selwin!
### RQ 1.2.1 (2020-01-31)
* `enqueue_at()` and `enqueue_in()` now sets job status to `scheduled`. Thanks @coolhacker170597!
* Failed jobs data are now automatically expired by Redis. Thanks @selwin!

@ -2,4 +2,4 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)
VERSION = '1.2.1'
VERSION = '1.2.2'

Loading…
Cancel
Save