diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 12 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 23 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 553770fcb..74489ed7e 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.1.30 - 2024-09-22 +-------------------- + +### Technical ### +- import: + - manage post processing of linked items + - post processor for Parcel: set_parcel +- sheets: add getter for templates and index formula + + v4.1.29 - 2024-09-21 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 31998a0e8..413168084 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,13 @@ +v4.1.30 - 2024-09-22 +-------------------- + +### Technique ### +- imports : + - gestion des post process sur les éléments liés + - post-processeur pour les Parcelles: set_parcel +- notices: ajout de raccourcis pour les patrons et les formules + + v4.1.29 - 2024-09-21 -------------------- @@ -66,7 +76,7 @@ v4.1.25 - 2024-09-12 ### Corrections de bugs ### - notice mobilier : correction de l'affichage pour les traitements simples sans conteneur associé -### Technique +### Technique ### - script de migration pour la recherche de l'historique des conteneurs -️ pages d'administration : - correction des performances du formulaire d'acte administratif diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e6703d3a0..cf1e52e7e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.29 -VERSION = (4, 1, 29) +# 4.1.30 +VERSION = (4, 1, 30) def get_version(): |