Skip to content

Commit ac420ec

Browse files
committed
prepare to deploy SIGRTMIN change, fix #8
1 parent b2ff542 commit ac420ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
History
44
-------
55

6-
v0.3.2 (TBD)
6+
v0.3.2 (2017-01-24)
77
...................
88
* improved solution for preventing new jobs starting when the worker is about to stop
9+
* switch ``SIGRTMIN`` > ``SIGUSR1`` to work with mac
910

1011
v0.3.1 (2017-01-20)
1112
...................

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.3.2a1')
5+
VERSION = StrictVersion('0.3.2')

0 commit comments

Comments
 (0)