Bump version to 1.15.1

This commit is contained in:
Selwin Ong 2023-06-20 06:28:45 +07:00
parent d4159ee804
commit f15cad4501
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### RQ 1.15.1 (2023-06-20)
* Fixed a bug that may cause a crash when cleaning intermediate queue. Thanks @selwin!
* Fixed a bug that may cause canceled jobs to still run dependent jobs. Thanks @fredsod!
### RQ 1.15 (2023-05-24)
* Added `Callback(on_stopped='my_callback)`. Thanks @eswolinsky3241!
* `Callback` now accepts dotted path to function as input. Thanks @rishabh-ranjan!

View File

@ -1 +1 @@
VERSION = '1.15.0'
VERSION = '1.15.1'