Skip to content

Commit 7a911f3

Browse files
authored
Prepare for 0.26.3 (#494)
1 parent 3bacb07 commit 7a911f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

6+
v0.26.3 (2025-01-06)
7+
....................
8+
9+
* Fix negative expires_ms and avoid worker freezing while using cron by @Matvey-Kuk in #479
10+
* Fix race condition on task retry by @RB387 in #487
11+
12+
613
v0.26.1 (2023-08-29)
714
....................
815

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.26.1'
2+
VERSION = '0.26.3'

0 commit comments

Comments
 (0)