diff options
-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 1f8c5534f..7f7e0ff9f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.2.3 - 2025-07-19 +------------------- + +### Bug fixes ### +- imports form: fix import link (#6398) + + v4.2.2 - 2025-07-18 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index c8bfdb01e..1557059f6 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.2.3 - 2025-07-19 +------------------- + +### Correction de dysfonctionnements ### +- formulaire d'imports : correction de la gestion des liens d'imports (#6398) + + v4.2.2 - 2025-07-18 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 7b2e9de57..3d675cd92 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.2 -VERSION = (4, 2, 2) +# 4.2.3 +VERSION = (4, 2, 3) def get_version(): |