diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 10:42:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:57 +0100 |
commit | 1b72554283f5c9e0644262a3f182409376870991 (patch) | |
tree | 6f0e0c2222561da4bad86ccb8d79c4af0b3679da | |
parent | a70124ca7aee5f6865e6a3b8bc899197beefce1a (diff) | |
download | Ishtar-1b72554283f5c9e0644262a3f182409376870991.tar.bz2 Ishtar-1b72554283f5c9e0644262a3f182409376870991.zip |
🔖 version 4.3.24
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | 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 c4e95f8f5..aa25a84bb 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.24 - 2025-02-19 +-------------------- + +### Bug fixes ### +- permissions: fix column filter on table exports + + v4.3.23 - 2025-02-18 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 70c9789bf..34d1087e6 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.3.24 - 2025-02-19 +-------------------- + +### Corrections de dysfonctionnements ### +- permissions : correction du filtrage des colonnes sur les exports + + v4.3.23 - 2025-02-18 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a2d8850c8..4f5cab432 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.23 -VERSION = (4, 3, 23) +# 4.3.24 +VERSION = (4, 3, 24) def get_version(): |