diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-28 14:29:41 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-28 14:29:41 +0100 |
| commit | 3345a80dc9e0951022a10442407a1b09e8b24b6d (patch) | |
| tree | 26eb6b397300e19acba6068b05862ca3771ad9db | |
| parent | 374a64d8cd4c0e5779bbfcd0942c54550047350e (diff) | |
| download | Ishtar-3345a80dc9e0951022a10442407a1b09e8b24b6d.tar.bz2 Ishtar-3345a80dc9e0951022a10442407a1b09e8b24b6d.zip | |
🔖 version 4.3.75
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.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 127389815..19c059411 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.75 - 2026-01-28 +-------------------- + +### Bug fixes ### +- sheet: fix museum find sheet + + v4.3.74 - 2026-01-19 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index d278fc490..5a9e70f74 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.3.75 - 2026-01-28 +-------------------- + +### Technique ### +- fiche : correction de la fiche par défaut mobilier musée + + v4.3.74 - 2026-01-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 4b07bf5b6..25eac4c4e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.74 -VERSION = (4, 3, 74) +# 4.3.75 +VERSION = (4, 3, 75) def get_version(): |
