summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-15 17:44:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-15 17:44:38 +0200
commit8036e453f4cc0ed93985dad17cb5537c17e273e1 (patch)
treef823064020677c9adadfee076e034353a7c83dc4
parent18ab69e4608fc2b6c04a01d7751b05fee462b609 (diff)
downloadIshtar-8036e453f4cc0ed93985dad17cb5537c17e273e1.tar.bz2
Ishtar-8036e453f4cc0ed93985dad17cb5537c17e273e1.zip
🔖 version 4.3.41
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 5 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index d461d2d74..b2c1dd1ec 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,13 +1,17 @@
-v4.3.41 - 2025-05-13
+v4.3.41 - 2025-05-15
--------------------
-### Bug fixes ###
-- templates: fix qrcode generation for finds (#6314)
+### Technical ###
+- `migrate_search_queries_v4_2`: migration script for search query
v4.3.40 - 2025-05-13
--------------------
+### Bug fixes ###
+- templates: fix qrcode generation for finds (#6314)
+
+
### Technical ###
- management commands:
- `dump_towns`, `load_towns`: new and better format for town initialization
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 1549cecf5..cd7992d67 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.3.41 - 2025-05-15
+--------------------
+
+### Technique ###
+- `migrate_search_queries_v4_2`: script de migration v4.2 pour les recherches
+
+
v4.3.40 - 2025-05-13
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 14e1d67a2..94002b066 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.40
-VERSION = (4, 3, 40)
+# 4.3.41
+VERSION = (4, 3, 41)
def get_version():