summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-03-22 15:30:42 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-03-22 15:33:21 +0100
commitff94189c385699852ba71a4f54f2b41352058b30 (patch)
treea565ff8caaa8ea97dd2436eb528e7fd8b3e8fb7e
parentb83dee7738e8ee0eb5410ae2bc0ccc1008616915 (diff)
downloadIshtar-ff94189c385699852ba71a4f54f2b41352058b30.tar.bz2
Ishtar-ff94189c385699852ba71a4f54f2b41352058b30.zip
đź”– version 4.1.1
-rw-r--r--changelog/en/changelog_2022-06-15.md1
-rw-r--r--changelog/fr/changelog_2023-01-25.md1
-rw-r--r--ishtar_common/version.py4
3 files changed, 4 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 2851ab779..f9ce93f79 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -43,6 +43,7 @@ v4.0.XX - 2099-12-31
### Technical ###
- correction script grouped communes allocation to operations
+- debug mode for imports
#### Imports #####
- update relationship between imports and main items
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 5d326da65..c546f73e6 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -44,6 +44,7 @@ v4.0.XX - 2099-12-31
### Technique ###
- script de correction des affectations de communes regroupées aux opérations
+- mode débogage pour les imports
#### Imports #####
- relation de mise à jour entre imports et les éléments principaux
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 4bd265332..c959bc543 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.0
-VERSION = (4, 1, 0)
+# 4.1.1
+VERSION = (4, 1, 1)
def get_version():