From 40ff2d9c95daddf5d35c11ba320b2f9d5d740213 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Oct 2022 16:19:52 +0200 Subject: New version --- CHANGES.md | 4 ++-- ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3