Bump version to 0.9.1.

main
Selwin Ong 7 years ago
parent 7b9c3b6b66
commit e5de3dfbb5

@ -1,3 +1,6 @@
### 0.9.1
- Fixed an issue where `worker.refresh()` may fail when upgrading from previous versions of RQ.
### 0.9.0 ### 0.9.0
- `Worker` statistics! `Worker` now keeps track of `last_heartbeat`, `successful_job_count`, `failed_job_count` and `total_working_time`. Thanks @selwin! - `Worker` statistics! `Worker` now keeps track of `last_heartbeat`, `successful_job_count`, `failed_job_count` and `total_working_time`. Thanks @selwin!
- `Worker` now sends heartbeat during suspension check. Thanks @theodesp! - `Worker` now sends heartbeat during suspension check. Thanks @theodesp!

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

Loading…
Cancel
Save