From 28b8fc7972246cd738a45ad4e9d925d91e179138 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Nov 2021 15:49:46 +0100 Subject: Command - ishtar_maintenance: fix main image --- CHANGES.md | 5 +++++ ishtar_common/version.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 92fff7149..93e7d1798 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.40 - 2021-11-16 +-------------------- +### Features ### +- Command - ishtar_maintenance: fix main image + v3.1.39 - 2021-11-09 -------------------- ### Bugs ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e50c259b0..8b6c64e13 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.39 -VERSION = (3, 1, 39) +# 3.1.40 +VERSION = (3, 1, 40) def get_version(): -- cgit v1.2.3