mirror of https://github.com/rq/rq.git
Bump version to 1.16.2
This commit is contained in:
parent
e2d144d772
commit
0e15b2a942
|
@ -1,3 +1,6 @@
|
||||||
|
### RQ 1.16.2 (2024-05-01)
|
||||||
|
* Fixed a bug that may cause jobs from intermediate queue to be moved to FailedJobRegistry. Thanks @selwin!
|
||||||
|
|
||||||
### RQ 1.16.1 (2024-03-09)
|
### RQ 1.16.1 (2024-03-09)
|
||||||
* Added `worker_pool.get_worker_process()` to make `WorkerPool` easier to extend. Thanks @selwin!
|
* Added `worker_pool.get_worker_process()` to make `WorkerPool` easier to extend. Thanks @selwin!
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = '1.16.1'
|
VERSION = '1.16.2'
|
||||||
|
|
Loading…
Reference in New Issue