summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md2
-rw-r--r--changelog/fr/changelog_2023-01-25.md2
-rw-r--r--ishtar_common/version.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index dd374655a..098951fbc 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,4 +1,4 @@
-v4.0.63 - 2023-xx-xx
+v4.0.63 - 2023-11-08
--------------------
### Bug fixes ###
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 1a1529c04..f260e8eb0 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,4 +1,4 @@
-v4.0.63 - 2023-xx-xx
+v4.0.63 - 2023-11-08
--------------------
### Corrections de dysfonctionnements ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0ac6f4dec..c3370bd42 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.62
-VERSION = (4, 0, 62)
+# 4.0.63
+VERSION = (4, 0, 63)
def get_version():