From 797a60a85cbd83511d7525d916e84b6b07665921 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 24 Jan 2025 14:07:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?7.2)?= 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 a15d133..da3adbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.7.2 + +Date: 2025-01-24 + - 🐛 — Fix bug in retry_before_notification logic ## 0.7.1 diff --git a/argos/__init__.py b/argos/__init__.py index b90c97e..2400ae8 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.7.1" +VERSION = "0.7.2"