From 3345a80dc9e0951022a10442407a1b09e8b24b6d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Jan 2026 14:29:41 +0100 Subject: 🔖 version 4.3.75 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_2025-06-19.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 127389815..19c059411 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.75 - 2026-01-28 +-------------------- + +### Bug fixes ### +- sheet: fix museum find sheet + + v4.3.74 - 2026-01-19 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index d278fc490..5a9e70f74 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.3.75 - 2026-01-28 +-------------------- + +### Technique ### +- fiche : correction de la fiche par défaut mobilier musée + + v4.3.74 - 2026-01-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 4b07bf5b6..25eac4c4e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.74 -VERSION = (4, 3, 74) +# 4.3.75 +VERSION = (4, 3, 75) def get_version(): -- cgit v1.2.3