summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/fr/changelog_2023-01-25.md2
-rw-r--r--ishtar_common/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index ccc687e1d..cd71777f1 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,4 +1,4 @@
-v4.0.49 - 2023-
+v4.0.49 - 2023-06-21
--------------------
### Fonctionnalités/améliorations ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index b8f1406ce..93d31d9e3 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.48
-VERSION = (4, 0, 48)
+# 4.0.49
+VERSION = (4, 0, 49)
def get_version():