Skip to content

Commit

Permalink
Bump version to 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Nov 21, 2017
1 parent ff36e06 commit 44a0a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
@@ -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
- Fixed an issue where `worker.refresh()` may fail when upgrading from previous versions of RQ.

Expand Down Expand Up @@ -43,7 +46,7 @@
- Fixes a bug that prevents fetching jobs from `FailedQueue` (#765). Thanks @jsurloppe!
- Fixes race condition when enqueueing jobs with dependency (#742). Thanks @th3hamm0r!
- Skip a test that requires Linux signals on MacOS (#763). Thanks @jezdez!
- `enqueue_job` should use Redis pipeline when available (#761). Thanks mtdewulf!
- `enqueue_job` should use Redis pipeline when available (#761). Thanks mtdewulf!

### 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion rq/version.py
Expand Up @@ -2,4 +2,4 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

VERSION = '0.9.1'
VERSION = '0.9.2'

0 comments on commit 44a0a7b

Please sign in to comment.