Skip to content

Commit

Permalink
uprev and update HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 25, 2017
1 parent 1667afc commit 66bc17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
-------

v0.5.1 (2017-02-25)
...................
* reimplement worker reuse as it turned out to be useful in tests.

v0.5.0 (2017-02-20)
...................
* use ``gather`` rather than ``wait`` for startup and shutdown so exceptions propagate.
Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.5.0')
VERSION = StrictVersion('0.5.1')

0 comments on commit 66bc17e

Please sign in to comment.