Skip to content

Commit fda407c

Browse files
authored
Prepare release 0.27.0 (#518)
1 parent 633bba3 commit fda407c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

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+
613
v0.26.3 (2025-01-06)
714
....................
815

arq/version.py

Lines changed: 1 addition & 1 deletion
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.3'
2+
VERSION = '0.27.0'

0 commit comments

Comments
 (0)