diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 22:55:36 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 22:55:36 +0100 |
| commit | 967a322de057cfb848d396429994b9cf7c62c46d (patch) | |
| tree | 50a8bc7eb03cfdfaa931b9d47c6db4bcd13bdee5 | |
| parent | 2393e78e5a59bce5ebba51b1bb2b8b626768a3d1 (diff) | |
| download | Ishtar-967a322de057cfb848d396429994b9cf7c62c46d.tar.bz2 Ishtar-967a322de057cfb848d396429994b9cf7c62c46d.zip | |
🔖 version 4.99.10
| -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 008d83eb4..eabcdedd6 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.99.10 - 2026-01-08 +--------------------- + +### Bug fixes ### +- sheet find: fix syntax error + + v4.99.9 - 2026-01-08 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index cf1d051d1..f7aeed258 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.99.10 - 2026-01-08 +--------------------- + +### Correction de dysfonctionnements ### +- fiche mobilier : correction d'erreur de syntaxe + + v4.99.9 - 2026-01-08 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index acae91023..1e479f336 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.9 -VERSION = (4, 99, 9) +# 4.99.10 +VERSION = (4, 99, 10) def get_version(): |
