summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md3
-rw-r--r--changelog/fr/changelog_2023-01-25.md3
-rw-r--r--ishtar_common/version.py4
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():