From f858d5a16a610fc6a9dfbc47b749a6949a6ea51b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Sep 2023 17:27:50 +0200 Subject: 🔖 version 4.0.57 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 3 +++ changelog/fr/changelog_2023-01-25.md | 3 +++ ishtar_common/version.py | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 757a23dd6..0fe38c7e5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,6 +1,9 @@ v4.0.57 - 2023-09-13 -------------------- +### Technical ### +- wider main div on mobile device + ### Bug fixes ### - fix photo selector on mobile device diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index ca7049209..8010316c5 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,6 +1,9 @@ v4.0.57 - 2023-09-13 -------------------- +### Technique ### +- div principal plus large sur appareil mobile + ### Corrections de dysfonctionnements ### - correction du sélecteur photo sur appareil mobile diff --git a/ishtar_common/version.py b/ishtar_common/version.py index aee1811a8..b30ecd8e7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.56 -VERSION = (4, 0, 56) +# 4.0.57 +VERSION = (4, 0, 57) def get_version(): -- cgit v1.2.3