Skip to content

Commit b6dda0e

Browse files
committed
uprev, prepare for release
1 parent af17042 commit b6dda0e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
History
44
-------
55

6+
v0.25 (2022-12-02)
7+
..................
8+
9+
* Allow to opt-out from logging results by @iamlikeme in #352
10+
* Add timezone support for cron jobs by @iamlikeme in #354
11+
* connections: fix pipeline usage for exists command by @utkarshgupta137 in #366
12+
* Fix race condition causing incorrect status not found by @iamlikeme in #362
13+
* Adds ``after_job_end`` hook by @AngellusMortis in #355
14+
* Raise ``ResultNotFound`` when ``Job.result()`` finds no job and no result by @iamlikeme in #364
15+
* use ``3.11`` for testing #367
16+
* Signal handler to wait for task completion before shutting down by @JonasKs in #345
17+
618
v0.24 (2022-09-05)
719
..................
820

arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2-
VERSION = '0.25.0-dev'
2+
VERSION = '0.25.0'

0 commit comments

Comments
 (0)