Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed May 26, 2020
1 parent 6a9aa1f commit 23d4387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### RQ 1.4.2 (2020-05-26)
* Reverted changes to `hmset` command which causes workers on Redis server < 4 to crash. Thanks @selwin!
* Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki!

### RQ 1.4.1 (2020-05-16)
* Default serializer now uses `pickle.HIGHEST_PROTOCOL` for backward compatibility reasons. Thanks @bbayles!
* Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles!
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 = '1.4.1'
VERSION = '1.4.2'

0 comments on commit 23d4387

Please sign in to comment.