From 5cb42382b113d437c1737664e4216f24d210fa32 Mon Sep 17 00:00:00 2001 From: Matteo Piano Date: Fri, 26 Jan 2024 03:26:32 -0800 Subject: [PATCH] Release 2.4.1 --- packaging/debian/changelog | 6 ++++++ pidtree_bcc/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 6905afa..598d731 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pidtree-bcc (2.4.1) unstable; urgency=medium + + * Fix shutdown behaviour of remote config fetcher + + -- Matteo Piano Fri, 26 Jan 2024 03:26:04 -0800 + pidtree-bcc (2.4.0) unstable; urgency=medium * Add option to fetch decoupled config from remote source diff --git a/pidtree_bcc/__init__.py b/pidtree_bcc/__init__.py index ba9b913..5cd7abf 100644 --- a/pidtree_bcc/__init__.py +++ b/pidtree_bcc/__init__.py @@ -1 +1 @@ -__version__ = '2.4.0' +__version__ = '2.4.1'