diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 3 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 3 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 8 insertions, 2 deletions
| diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 69415b9e3..1c09ce542 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -46,6 +46,9 @@ v4.0.XX - 2099-12-31  ### Technical ###  - correction script grouped communes allocation to operations  - debug mode for imports +- imports: +  - fix post import actions in defaults +  - document: post importer action - set main image  #### 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 df21a975c..a4608fb17 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -47,6 +47,9 @@ 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: +  - correction des actions de post import configurés dans les données par défaut +  - document : action post import - "set_main_image" - la valeur correspond au type de données associées pour lesquelles associer l'image en tant qu'image principale. Exemple : "finds" pour le mobilier.  #### 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 e5f189616..c4384735f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.3 -VERSION = (4, 1, 3) +# 4.1.4 +VERSION = (4, 1, 4)  def get_version(): | 
