From e9cb2d44319fc24a3d2c58956264e4f95de399f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Mar 2021 15:07:42 +0200 Subject: New version --- CHANGES.md | 9 +++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2dfb3f71f..ae82b1d00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.1.7 - 2021-03-30 +------------------- + +### Features ### +- Operation - Context records: Surface int -> float + +### Bug fixes ### +- Container: fix index generation when only stationary containers are available + v3.1.6 - 2021-03-23 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index b0a453d9e..5a9b39191 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.6 -VERSION = (3, 1, 6) +# 3.1.7 +VERSION = (3, 1, 7) def get_version(): -- cgit v1.2.3