Skip to content

Commit

Permalink
Bump version to 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Sep 5, 2017
1 parent 50e107a commit cc41bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.8.2
- Fixed an issue where `job.save()` may fail with unpickleable return value.

### 0.8.1

- Replace `job.id` with `Job` instance in local `_job_stack `. Thanks @katichev!
Expand All @@ -8,7 +11,6 @@
- RQ cli commands now accept `--path` parameter. Thanks @kirill and @sjtbham!
- Make `job.dependency` slightly more efficient. Thanks @liangsijian!
- `FailedQueue` now returns jobs with the correct class. Thanks @amjith!
- Fixed an issue where `job.save()` may fail with unpickleable return value.

### 0.8.0

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

VERSION = '0.8.1'
VERSION = '0.8.2'

0 comments on commit cc41bdf

Please sign in to comment.