diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-22 15:30:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:43:03 +0200 |
commit | cf0390dcedfcec2c33e989251dbe25afd71cdbee (patch) | |
tree | cb7566ccd20afa6e7947c867a65c339d9a0e1ec1 | |
parent | 81ed59e4041fa6ca5be927e36b44c281135747fc (diff) | |
download | Ishtar-cf0390dcedfcec2c33e989251dbe25afd71cdbee.tar.bz2 Ishtar-cf0390dcedfcec2c33e989251dbe25afd71cdbee.zip |
đź”– version 4.1.1
-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 f2af2b3d0..87ae6dc7a 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 a588119ef..61698f767 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(): |