From 9389e3a0052a6b130df003d0e80df0f6498602db Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 18 Feb 2025 17:05:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?9.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ argos/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f3922..fa58919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.9.0 + +Date: 2025-02-18 + - 🐛 — Fix worker timeout for old results cleaning in recurring tasks (#84) 💥 Old results are now removed by their age, not based on their number. diff --git a/argos/__init__.py b/argos/__init__.py index a6cfa12..976684a 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.8.2" +VERSION = "0.9.0"