summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md4
-rw-r--r--ishtar_common/version.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0a5df89cb..b3de7a5db 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,9 @@
---
title: Ishtar changelog
-date: 2022-09-18
+date: 2022-10-03
---
-v4.0.20 - 2022-09-XX
+v4.0.20 - 2022-10-03
--------------------
### Features ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ac4d2ebfc..65b1a1614 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.19
-VERSION = (4, 0, 19)
+# 4.0.20
+VERSION = (4, 0, 20)
def get_version():