From 131973f319d9ec11ac1509d7921e0d6c39d10305 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 May 2025 18:30:56 +0200 Subject: 🔖 version 4.3.42 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 7 +++++++ changelog/fr/changelog_2023-01-25.md | 7 +++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b2c1dd1ec..788933437 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.42 - 2025-05-15 +-------------------- + +### Bug fixes ### +- fix find location history for loans + + v4.3.41 - 2025-05-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index cd7992d67..e8da79559 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.3.42 - 2025-05-15 +-------------------- + +### Correction de dysfonctionnements ### +- correction de l'historique de localisation du mobilier pour les prêts + + v4.3.41 - 2025-05-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 94002b066..9ce1cdafa 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.41 -VERSION = (4, 3, 41) +# 4.3.42 +VERSION = (4, 3, 42) def get_version(): -- cgit v1.2.3