Skip to content

Commit 697d55d

Browse files
committed
uprev
1 parent 6a750a2 commit 697d55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
v0.17 (unreleased)
6+
v0.17 (2019-08-11)
77
..................
88
* add ``worker.queue_read_limit``, fix #141, by @rubik
99
* custom serializers, eg. to use msgpack rather than pickle, #143 by @rubik

Diff for: 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.16.1')
5+
VERSION = StrictVersion('0.17')

0 commit comments

Comments
 (0)