summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-06 16:56:13 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-06 16:56:13 +0200
commita6011ef3d696f20be30d80eb04a1ba8d3308a5eb (patch)
treee59315f0aad4272b75d26fd816e2879e841fb0ab
parentab8e92b36463e2592469cdd137b09ce43c75c33f (diff)
downloadIshtar-a6011ef3d696f20be30d80eb04a1ba8d3308a5eb.tar.bz2
Ishtar-a6011ef3d696f20be30d80eb04a1ba8d3308a5eb.zip
🔖 version 4.0.53
-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 678dfd1d8..4eeaed36e 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,4 +1,4 @@
-v4.0.53 - 2999-12-31
+v4.0.53 - 2023-07-06
--------------------
### Features/improvements ###
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 3bf424d58..cb6f63bd9 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,4 +1,4 @@
-v4.0.53 - 2999-12-31
+v4.0.53 - 2023-07-06
--------------------
### Fonctionnalités/améliorations ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 38cdabb1f..8180dd579 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.52
-VERSION = (4, 0, 52)
+# 4.0.53
+VERSION = (4, 0, 53)
def get_version():