We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841d1b9 commit 88afd61Copy full SHA for 88afd61
HISTORY.rst
@@ -3,14 +3,15 @@
3
History
4
-------
5
6
-v0.19.1 (unreleased)
+v0.19.1 (2020-10-26)
7
....................
8
9
* fix timestamp issue in _defer_until without timezone offset, #182
10
* add option to disable signal handler registration from running inside other frameworks, #183
11
* add ``default_queue_name`` to ``create_redis_pool`` and ``ArqRedis``, #191
12
* ``Worker`` can retrieve the ``queue_name`` from the connection pool, if present
13
* fix potential race condition when starting jobs, #194
14
+* support python 3.9 and pydantic 1.7, #214
15
16
v0.19.0 (2020-04-24)
17
arq/version.py
@@ -1,3 +1,3 @@
1
__all__ = ('VERSION',)
2
-VERSION = '0.19'
+VERSION = '0.19.1'
0 commit comments