diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-22 11:01:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-22 12:36:39 +0200 |
commit | 8a3db7ab932730fb78a093ba4820cee5939bb805 (patch) | |
tree | e16933ad568cd62c4b14ea38eddc0a84c82c1d49 | |
parent | d6e79554718fb618425b3c7085427d170ecf79f0 (diff) | |
download | Ishtar-8a3db7ab932730fb78a093ba4820cee5939bb805.tar.bz2 Ishtar-8a3db7ab932730fb78a093ba4820cee5939bb805.zip |
🔖 v4.1.30
-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(): |