Bump version to 0.7.1.

This commit is contained in:
Selwin Ong 2016-12-04 07:58:01 +07:00
parent f4e7783abf
commit 1ae10dd529
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### 0.7.1
- 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!
### 0.7.0
- Better support for Heroku workers (#584, #715)

View File

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