diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:38:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:38:35 +0100 |
commit | f6ff3b698c548098023135b97e62ec69a23bdd3c (patch) | |
tree | 962363b73a550091b790962963b790b15d8e6ee8 | |
parent | ad75d1938cacead9b1f9906eb2c8495fa1ac1e14 (diff) | |
download | Ishtar-f6ff3b698c548098023135b97e62ec69a23bdd3c.tar.bz2 Ishtar-f6ff3b698c548098023135b97e62ec69a23bdd3c.zip |
🔖 version 4.0.72
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 6 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index fe85ae8a2..4ddad895d 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,9 @@ +v4.0.72 - 2024-02-05 +-------------------- + +### Technical ### +- update IGN/INSEE import script + v4.0.71 - 2024-01-17 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 5dfbbec7b..de50e59e5 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.0.72 - 2024-02-05 +-------------------- + +### Technique ### +- mise à jour des scripts d'import IGN/INSEE + + v4.0.71 - 2024-01-17 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 50c09ce44..410c29bb9 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.71 -VERSION = (4, 0, 71) +# 4.0.72 +VERSION = (4, 0, 72) def get_version(): |