diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-03 15:01:32 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-03 15:01:32 +0100 |
| commit | 003697acfce45e3196c8245f2354f76afe3115f4 (patch) | |
| tree | 7ac441bb1ef000da1161ab579667ab0dcacf9ee1 | |
| parent | b86896a8d024474915f37c88d9e968c25785264e (diff) | |
| download | Ishtar-003697acfce45e3196c8245f2354f76afe3115f4.tar.bz2 Ishtar-003697acfce45e3196c8245f2354f76afe3115f4.zip | |
🔖 version 4.3.83develop-4.4
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.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 61f4584ea..be9b03ff5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.83 - 2026-03-03 +-------------------- + +### Bug fixes ### +- imports: fix default value and updated values + + v4.3.82 - 2026-02-27 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 4f8b3ed6a..ef053f5c8 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.3.83 - 2026-03-03 +-------------------- + +### Correction de dysfonctionnements ### +- imports : correction sur les distinguo valeurs mis à jour et par défaut + + v4.3.82 - 2026-02-27 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 23b15215c..e44a6a945 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.82 -VERSION = (4, 3, 82) +# 4.3.83 +VERSION = (4, 3, 83) def get_version(): |
