From 430963dfb9f5d71f3c9a0cf8816e5de93cb46ed5 Mon Sep 17 00:00:00 2001 From: fbarreir Date: Mon, 9 Oct 2023 13:17:27 +0200 Subject: [PATCH] Increase version --- ChangeLog.txt | 3 +++ PandaPkgInfo.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 30fea79..f840238 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ Release Notes ------------- +* 0.0.45 (09/10/2023) + * Autoformatting, linting and adding pre-commit configuration + * 0.0.43 (15/8/2023) * allow to send message headers of msg_processor for priority or other message broker options * improve efficiency of multi-threading msg_processor diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index c5c9184..746a246 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.0.44" +release_version = "0.0.45"