diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 1 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |