Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

v0.27.0 (2026-01-30)
....................

* Fix wrong reference in ``Retry`` docstring by @PassionateBytes in #507
* Fix retry_on_error type annotation by @armicron in #446
* Add support for Python 3.13, remove advertised support for Python 3.8 by @Viicos in #514

v0.26.3 (2025-01-06)
....................

Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
VERSION = '0.26.3'
VERSION = '0.27.0'
Loading