From e362aaa7f86abd16f7681c94e6a94510f0b07c28 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:36:30 +0200 Subject: [PATCH] Prepare release 0.28.0 --- HISTORY.rst | 5 +++++ arq/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 002c39a1..db4ae7b7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +v0.28.0 (2026-04-16) +.................... + +* Add support for Python 3.14 by @Viicos in #522 + v0.27.0 (2026-01-30) .................... diff --git a/arq/version.py b/arq/version.py index 144eec71..8e122c90 100644 --- a/arq/version.py +++ b/arq/version.py @@ -1,2 +1,2 @@ # Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`. -VERSION = '0.27.0' +VERSION = '0.28.0'