diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 24 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 24 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 50 insertions, 2 deletions
| diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b75aaddf2..0232faa03 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,27 @@ +v4.1.28 - 2024-09-20 +-------------------- + +### Features/improvements ### +- new fields (database, forms, searches, sheets): +  - Archaeological files: +    - Monitoring justification type +    - Development type +  -️ Archaeological sites: +    - Types +    - Current status +    - Discovery status +    - Discoverer +    - Nature of site +    - Interpretation level +    - Precise locality +    - Description +    - Public description +  - Context record: +    - Excavator +  - Find: +    - Discovery method + +  v4.1.27 - 2024-09-17  -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index ba0cb92cb..8c64dee3c 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,27 @@ +v4.1.28 - 2024-09-20 +-------------------- + +### Fonctionnalités/améliorations ### +- nouveaux champs (base de données, formulaires, recherches, fiches) : +  - Dossiers archéologiques +    - Motivation de prescription +    - Type d'aménagement +  -️ Sites archéologiques : +    - Types +    - État de découverte +    - État actuel +    - Inventeur +    - Nature du site +    - Niveau d'interprétation +    - Localisation précise +    - Description +    - Description publique +  - Unité d'enregistrement : +    - Fouilleur +  - Mobilier : +    - Méthode de découverte + +  v4.1.27 - 2024-09-17  -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index dd0b85022..d6a1c930d 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.27 -VERSION = (4, 1, 27) +# 4.1.28 +VERSION = (4, 1, 28)  def get_version(): | 
