summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-08-28 11:25:58 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-08-28 11:25:58 +0200
commit8e09591122d61ed5871a699ddf57c7eb8e0f69d5 (patch)
tree3dd21a2db9799a2e088ee788c6cfcde20e9d3b13
parent27c594ced7cd4ea436fe3b47d840f1b20f7d4c43 (diff)
downloadIshtar-8e09591122d61ed5871a699ddf57c7eb8e0f69d5.tar.bz2
Ishtar-8e09591122d61ed5871a699ddf57c7eb8e0f69d5.zip
🔖 version 4.1.22
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 14 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index b81dce144..d14223a4e 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,9 @@
+v4.1.22 - 2024-08-28
+--------------------
+
+### Bug fixes ###
+- LibreOffice context record templates: get datings values
+
v4.1.21 - 2024-08-28
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 444d192c5..3230f89b8 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.1.22 - 2024-08-28
+--------------------
+
+### Corrections de bugs ###
+- Patrons LibreOffice d'unités d'enregistrement : obtention des données de datation
+
v4.1.21 - 2024-08-28
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a049c02c1..29d3fe845 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.21
-VERSION = (4, 1, 21)
+# 4.1.22
+VERSION = (4, 1, 22)
def get_version():