We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1667afc commit 66bc17eCopy full SHA for 66bc17e
HISTORY.rst
@@ -3,6 +3,10 @@
3
History
4
-------
5
6
+v0.5.1 (2017-02-25)
7
+...................
8
+* reimplement worker reuse as it turned out to be useful in tests.
9
+
10
v0.5.0 (2017-02-20)
11
...................
12
* use ``gather`` rather than ``wait`` for startup and shutdown so exceptions propagate.
arq/version.py
@@ -2,4 +2,4 @@
2
__all__ = ['VERSION']
-VERSION = StrictVersion('0.5.0')
+VERSION = StrictVersion('0.5.1')
0 commit comments