Bump version to 0.9.2.

This commit is contained in:
Selwin Ong 2017-11-21 16:53:44 +07:00
parent ff36e0656e
commit 44a0a7b972
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
### 0.9.2
- Fixed an issue where `worker.refresh()` may fail when `birth_date` is not set. Thanks @vanife!
### 0.9.1 ### 0.9.1
- Fixed an issue where `worker.refresh()` may fail when upgrading from previous versions of RQ. - Fixed an issue where `worker.refresh()` may fail when upgrading from previous versions of RQ.

View File

@ -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.1' VERSION = '0.9.2'