summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 3bb4d9d85..29aacef4a 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,9 @@
+v4.1.33 - 2024-09-28
+--------------------
+
+### Technical ###
+- Archaeological files templates: add fields for rendering preventive archaeology documents
+
v4.1.32 - 2024-09-27
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index a30958d76..9a08296c1 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.1.33 - 2024-09-28
+--------------------
+
+### Technique ###
+- Modèles de dossiers archéologiques : ajout de champs pour le rendu de documents d'archeologie préventive
+
+
v4.1.32 - 2024-09-27
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ff76e7aea..3daf02c26 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.32
-VERSION = (4, 1, 32)
+# 4.1.33
+VERSION = (4, 1, 33)
def get_version():