diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 3 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 10 insertions, 4 deletions
| diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 2af01b5aa..dfa962727 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -20,6 +20,7 @@ v4.0.XX - 2099-12-31  - Warehouse: autocomplete with slug  - Document form: remove the attachment constraint  - add pagination to archived imports page +- search: for dates, introduce notation 'criteria=">21/12/2023"' and 'criteria="<21/12/2023"' for before and after  #### Imports #####  - pre-import forms @@ -45,11 +46,13 @@ v4.0.XX - 2099-12-31  ### Technical ### -- correction script grouped communes allocation to operations +- script to fix grouped towns allocation to operations  - debug mode for imports  - imports:    - fix post import actions in defaults    - document: post importer action - set main image +- ishtar_maintenance script: fix_geographic_items task +- geodata: fix default attachment for find, context records, warehouse and container  #### Imports #####  - update relationship between imports and main items @@ -73,7 +76,7 @@ v4.0.XX - 2099-12-31  - Context record autocomplete: explicit search by operation code (#5834)  - Sheet: prevent overflow of file name on other fields (#5835)  - JSON data date: fix criteria search - sheet display localized version (#5883) -- search: for dates, introduce notation 'criteria=">21/12/2023"' and 'criteria="<21/12/2023"' for before and after +- Operation: rename "operation code" to "yearly index"  v4.0.75 - 2024-04-16  -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index bf8af2d32..7929e06ad 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -51,6 +51,8 @@ v4.0.XX - 2099-12-31  - 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. +- script ishtar_maintenance : tâche "fix_geographic_items" +- données geographiques : correction des attachements par défaut pour mobilier d'origine, unités d'enregistrements, lieux de conservation et contenants.  #### Imports #####  - relation de mise à jour entre imports et les éléments principaux @@ -74,6 +76,7 @@ v4.0.XX - 2099-12-31  - unités d'enregistrement autocompletion : recherche explicite par code opération (#5834)  - fiche : empêcher le débordement du nom du ficher sur les autres champs (#5835)  - données JSON date : correction des critères de recherche - affichage de la version localisée sur les fiches (#5883) +- Opération : renommage "Code opération" en "Index numérique"  v4.0.75 - 2024-04-16  -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c4384735f..4bad02ded 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.4 -VERSION = (4, 1, 4) +# 4.1.5 +VERSION = (4, 1, 5)  def get_version(): | 
