diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-14 13:13:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-14 13:13:48 +0200 |
commit | 447e8590f9551335aa9f64263dcb0422be4b4d4a (patch) | |
tree | 6fa16b924be0f8ce185982aa80e03b3e9cdb6fcb | |
parent | aac6e0c343955155e6ff6449ca357412710c2092 (diff) | |
download | Ishtar-447e8590f9551335aa9f64263dcb0422be4b4d4a.tar.bz2 Ishtar-447e8590f9551335aa9f64263dcb0422be4b4d4a.zip |
🔖 version 4.3.59
-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 715fdffe4..2eba04836 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.59 - 2025-09-14 +-------------------- + +### Technical ### +- Imports - documents - post importer action: `set_container_by_code`, `set_container_ref_by_code` + + v4.3.58 - 2025-09-12 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 7516fc3c1..d134c2c60 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.3.59 - 2025-09-14 +-------------------- + +### Technique ### +- Imports - documents - action post import : `set_container_by_code` et `set_container_ref_by_code` permettent de localiser un document dans un contenant déjà créé + + v4.3.58 - 2025-09-12 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c5c6b6667..8349fbddb 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.58 -VERSION = (4, 3, 58) +# 4.3.59 +VERSION = (4, 3, 59) def get_version(): |