Skip to content

Commit 66bc17e

Browse files
committed
uprev and update HISTORY
1 parent 1667afc commit 66bc17e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
History
44
-------
55

6+
v0.5.1 (2017-02-25)
7+
...................
8+
* reimplement worker reuse as it turned out to be useful in tests.
9+
610
v0.5.0 (2017-02-20)
711
...................
812
* use ``gather`` rather than ``wait`` for startup and shutdown so exceptions propagate.

arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.5.0')
5+
VERSION = StrictVersion('0.5.1')

0 commit comments

Comments
 (0)