We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633bba3 commit fda407cCopy full SHA for fda407c
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+v0.27.0 (2026-01-30)
7
+....................
8
+
9
+* Fix wrong reference in ``Retry`` docstring by @PassionateBytes in #507
10
+* Fix retry_on_error type annotation by @armicron in #446
11
+* Add support for Python 3.13, remove advertised support for Python 3.8 by @Viicos in #514
12
13
v0.26.3 (2025-01-06)
14
....................
15
arq/version.py
@@ -1,2 +1,2 @@
1
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2
-VERSION = '0.26.3'
+VERSION = '0.27.0'
0 commit comments