We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aceb9 commit 63426e4Copy full SHA for 63426e4
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+v0.6.0 (2017-04-14)
7
+...................
8
+* add ``StopJob`` exception for cleaning ending jobs, #21
9
+* add ``flushdb`` to ``MockRedis``, #23
10
+* allow configurable length job logging via ``log_curtail`` on ``Worker``, #28
11
+
12
v0.5.2 (2017-02-25)
13
...................
14
* add ``shadow_kwargs`` method to ``BaseWorker`` to make customising actors easier.
arq/version.py
@@ -2,4 +2,4 @@
2
__all__ = ['VERSION']
-VERSION = StrictVersion('0.5.2')
+VERSION = StrictVersion('0.6.0')
0 commit comments