From 514c120d378e66b5460d02b0ed978a00a23c0068 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 30 Sep 2024 11:38:38 +0200 Subject: 🔖 version 4.1.35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 8 ++++++++ changelog/fr/changelog_2023-01-25.md | 8 ++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index e6a8ba3f9..10994a001 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.1.35 - 2024-09-30 +-------------------- + +### Bug fixes ### +- sheet: fix `full_label` display of hierarchical types +- sheet context record: fix "interpretation tab" display when there is only "identifications" + + v4.1.34 - 2024-09-29 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 6cbafcd71..b27391869 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,11 @@ +v4.1.35 - 2024-09-30 +-------------------- + +### Corrections de bugs ### +- fiche : correction de l'affichage de champs hiérarchiques +- fiche unité d'enregistrement : correction de l'affichage de l'onglet `interpretation` quand il n'y a que des `identifications`. + + v4.1.34 - 2024-09-29 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e7d4349bf..fc1c6baca 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.34 -VERSION = (4, 1, 34) +# 4.1.35 +VERSION = (4, 1, 35) def get_version(): -- cgit v1.2.3