Skip to content

Commit 63426e4

Browse files
committed
uprev
1 parent a9aceb9 commit 63426e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

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+
612
v0.5.2 (2017-02-25)
713
...................
814
* add ``shadow_kwargs`` method to ``BaseWorker`` to make customising actors easier.

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.2')
5+
VERSION = StrictVersion('0.6.0')

0 commit comments

Comments
 (0)