summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-20 15:52:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-20 16:12:50 +0200
commit29128a1fd0b615d2ee8fabfe82a99fbac3bc8354 (patch)
treee0c13c6c0bd867f3e0db5f83b1d199191c5ba012
parentebba3f20d0e399c067be2c9b39b56baa234aa690 (diff)
downloadIshtar-29128a1fd0b615d2ee8fabfe82a99fbac3bc8354.tar.bz2
Ishtar-29128a1fd0b615d2ee8fabfe82a99fbac3bc8354.zip
🔖 v4.1.28
-rw-r--r--changelog/en/changelog_2022-06-15.md24
-rw-r--r--changelog/fr/changelog_2023-01-25.md24
-rw-r--r--ishtar_common/version.py4
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():