diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 16 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 33 insertions, 5 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 1eb97131b..d461d2d74 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,19 @@ +v4.3.41 - 2025-05-13 +-------------------- + +### Bug fixes ### +- templates: fix qrcode generation for finds (#6314) + + +v4.3.40 - 2025-05-13 +-------------------- + +### Technical ### +- management commands: + - `dump_towns`, `load_towns`: new and better format for town initialization + - `import_geofla_csv`, `import_insee_comm_csv`: logging, better verbose CLI + + v4.3.39 - 2025-05-06 -------------------- @@ -1513,7 +1529,7 @@ v4.0.28 - 2022-11-18 v4.0.27 - 2022-11-10 -------------------- -## Features ## +### Features ## - Improve tests - French translation diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 013e5b9bf..1549cecf5 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,15 @@ +v4.3.40 - 2025-05-13 +-------------------- + +### Correction de dysfonctionnements ### +- patrons de document : correction de la génération de qrcode pour le mobilier (#6314) + +### Technique ### +- commande de gestion: + - `dump_towns`, `load_towns`: nouveau format pour l'initialisation des communes + - `import_geofla_csv`, `import_insee_comm_csv`: journalisation, meilleure interface ligne de commande + + v4.3.39 - 2025-05-06 -------------------- @@ -437,14 +449,14 @@ v4.3.1 - 2024-11-13 v4.1.53 - 2025-02-19 -------------------- -## Correction de dysfonctionnements ### +### Correction de dysfonctionnements ### - formulaires : correction des filtres de champs datations (#4281, #6193) v4.1.52 - 2025-02-14 -------------------- -## Correction de dysfonctionnements ### +### Correction de dysfonctionnements ### - patrons de document: correction de `VALUES` pour les dossiers archéologiques préventifs - fiche dossiers archéologiques : correction de l'ordre des équipement (refs #6173) diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 421ca6891..14e1d67a2 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.39 -VERSION = (4, 3, 39) +# 4.3.40 +VERSION = (4, 3, 40) def get_version(): |