Skip to content

Commit 88afd61

Browse files
committed
prepare for release
1 parent 841d1b9 commit 88afd61

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,14 +3,15 @@
33
History
44
-------
55

6-
v0.19.1 (unreleased)
6+
v0.19.1 (2020-10-26)
77
....................
88

99
* fix timestamp issue in _defer_until without timezone offset, #182
1010
* add option to disable signal handler registration from running inside other frameworks, #183
1111
* add ``default_queue_name`` to ``create_redis_pool`` and ``ArqRedis``, #191
1212
* ``Worker`` can retrieve the ``queue_name`` from the connection pool, if present
1313
* fix potential race condition when starting jobs, #194
14+
* support python 3.9 and pydantic 1.7, #214
1415

1516
v0.19.0 (2020-04-24)
1617
....................

arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ('VERSION',)
22

3-
VERSION = '0.19'
3+
VERSION = '0.19.1'

0 commit comments

Comments
 (0)