Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Oct 26, 2020
1 parent 841d1b9 commit 88afd61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
History
-------

v0.19.1 (unreleased)
v0.19.1 (2020-10-26)
....................

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

v0.19.0 (2020-04-24)
....................
Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = ('VERSION',)

VERSION = '0.19'
VERSION = '0.19.1'

0 comments on commit 88afd61

Please sign in to comment.