diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 18 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 38 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 854ba39a4..b75aaddf2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,21 @@ +v4.1.27 - 2024-09-17 +-------------------- + +### Features/improvements ### +- new fields (database, forms, searches, sheets): +  - Town: +    - notice +  - Context records: +    - excavated length +    - excavated width +    - structure +    - texture +    - colors +    - details on colors +    - inclusions +- Operations relations: remove form from the wizard to put in a specific form + +  v4.1.26 - 2024-09-16  -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 7cf7b4eb6..ba0cb92cb 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,21 @@ +v4.1.27 - 2024-09-17 +-------------------- + +### Fonctionnalités/améliorations ### +- nouveaux champs (base de données, formulaires, recherches, fiches) : +  - Commune : +    - notice +  - Unité d'Enregistrement : +    - longueur fouillée +    - largeur fouillée +    - structure +    - texture +    - couleurs +    - précistions sur les couleurs +    - inclusions +- Relations entre opérations : suppression du formulaire de l'assistant pour le placer dans un formulaire spécifique + +  v4.1.26 - 2024-09-16  -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a26015000..dd0b85022 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.26 -VERSION = (4, 1, 26) +# 4.1.27 +VERSION = (4, 1, 27)  def get_version():  | 
