summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-09-18 13:17:59 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:18 +0100
commitf43088c8736217e980b7a0476f8b0ba076244187 (patch)
treeb6dedf86f4be5623154d87744a7d3029f7eec20f
parent246144ef6ee26120067576c9bf5c186d6b11cd36 (diff)
downloadIshtar-f43088c8736217e980b7a0476f8b0ba076244187.tar.bz2
Ishtar-f43088c8736217e980b7a0476f8b0ba076244187.zip
New version
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 74bc1cafd..c6d76e2b6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,8 +1,13 @@
---
title: Ishtar changelog
-date: 2022-09-12
+date: 2022-09-18
---
+v4.0.19 - 2022-09-18
+--------------------
+
+Backport of v3 changes.
+
v4.0.18 - 2022-09-12
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 1ef70c5fe..ac4d2ebfc 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.18
-VERSION = (4, 0, 18)
+# 4.0.19
+VERSION = (4, 0, 19)
def get_version():