diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-22 18:35:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-22 18:35:36 +0100 |
commit | bd22275694d7a14ac922135f85896fd50265d5cd (patch) | |
tree | 5ba5bb677f5be7b05bef15f2ca0511be278f3fcd | |
parent | 4a7f83efdab4b6027c201523928916f27829626e (diff) | |
download | Ishtar-bd22275694d7a14ac922135f85896fd50265d5cd.tar.bz2 Ishtar-bd22275694d7a14ac922135f85896fd50265d5cd.zip |
🔖 version 4.0.66
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 6 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 6 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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 cecfa08c5..35b060285 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,9 @@ +v4.0.66 - 2023-11-22 +-------------------- + +### Bug fixes ### +- templates - container values: fix find list order (#5661) + v4.0.65 - 2023-11-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index f8a210680..9a233de84 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,9 @@ +v4.0.66 - 2023-11-22 +-------------------- + +### Corrections de dysfonctionnements ### +- patrons - valeur des contenants : correction de l'ordre du listing mobilier (#5661) + v4.0.65 - 2023-11-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5fab563e1..8b0f2b911 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.65 -VERSION = (4, 0, 65) +# 4.0.66 +VERSION = (4, 0, 66) def get_version(): |