diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-15 18:30:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-15 18:30:56 +0200 |
commit | 131973f319d9ec11ac1509d7921e0d6c39d10305 (patch) | |
tree | f987eef533eaf84137a6da037eda0d3aa0cdc3a3 | |
parent | 1ba7f57fb1a096a411a78be987821845d360f1e0 (diff) | |
download | Ishtar-131973f319d9ec11ac1509d7921e0d6c39d10305.tar.bz2 Ishtar-131973f319d9ec11ac1509d7921e0d6c39d10305.zip |
🔖 version 4.3.42
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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 b2c1dd1ec..788933437 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.42 - 2025-05-15 +-------------------- + +### Bug fixes ### +- fix find location history for loans + + v4.3.41 - 2025-05-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index cd7992d67..e8da79559 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.3.42 - 2025-05-15 +-------------------- + +### Correction de dysfonctionnements ### +- correction de l'historique de localisation du mobilier pour les prêts + + v4.3.41 - 2025-05-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 94002b066..9ce1cdafa 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.41 -VERSION = (4, 3, 41) +# 4.3.42 +VERSION = (4, 3, 42) def get_version(): |