From 728d426dea8cdb041946f0eab8a74818bcdc2cd1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Jul 2022 22:55:06 +0200 Subject: New version --- CHANGES.md | 9 ++++++++- ishtar_common/version.py | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 75abf36df..ec1cc7aa1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,18 @@ --- title: Ishtar changelog -date: 2022-11-04 +date: 2022-07-18 --- Ishtar changelog ================ +v4.0.7 - 2022-07-18 +------------------- + +### Features ### + +- Operation wizard refactoring + v4.0.6 - 2022-07-17 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f831bfb47..dc3f52379 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.6 -VERSION = (4, 0, 6) +# 4.0.7 +VERSION = (4, 0, 7) def get_version(): -- cgit v1.2.3