summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-12-13 16:53:21 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:56 +0100
commitedec846118a178ed1a6a5803f8bcbf26742f4b82 (patch)
tree37e22879c9a66d53aee68d630d335d48388a5271
parent23c467b659999f1b74bf9e1d6839500a3b46c4b2 (diff)
downloadIshtar-edec846118a178ed1a6a5803f8bcbf26742f4b82.tar.bz2
Ishtar-edec846118a178ed1a6a5803f8bcbf26742f4b82.zip
🔖 version 4.3.15
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index c45b78156..0c282faf6 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.3.15 - 2024-12-13
+--------------------
+
+### Bug fixes ###
+- document template: fix associated basket for treatment file and treatments
+
+
v4.3.14 - 2024-12-11
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index a19366803..30129a4b4 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.3.15 - 2024-12-13
+--------------------
+
+### Corrections de bugs ###
+- modèles de document : correction des valeurs du panier associé aux demandes de traitement et aux traitements
+
+
v4.3.14 - 2024-12-11
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 1a27bce47..094d1bc6d 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.14
-VERSION = (4, 3, 14)
+# 4.3.15
+VERSION = (4, 3, 15)
def get_version():