From 9bb444680731ab25e3d02cbd9393e265b0d6f9a0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Mar 2021 15:27:04 +0100 Subject: New version --- CHANGES.md | 12 ++++++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 40cf450e5..57884a147 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ Ishtar changelog ================ +v3.1.4 - 2021-03-09 +-------------------- + +### Bug fixes ### +- QA Regen ID: change place and color +- UI: fix display of help button +- Fix: pined search do not interfere with sheet views +- Admin act: signature date not mandatory + +### Features ### +- Container: weight and calculated weight + v3.1.3 - 2021-03-04 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 84a3a159f..2a795c085 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.3 -VERSION = (3, 1, 3) +# 3.1.4 +VERSION = (3, 1, 4) def get_version(): -- cgit v1.2.3