diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-09 15:27:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-09 15:27:04 +0100 |
commit | 9bb444680731ab25e3d02cbd9393e265b0d6f9a0 (patch) | |
tree | cdf0c6ac92aa2639ddbedc0c81c16727779f5d9d | |
parent | 9562d0755157dffd72790b0854aba640b4f39f2f (diff) | |
download | Ishtar-9bb444680731ab25e3d02cbd9393e265b0d6f9a0.tar.bz2 Ishtar-9bb444680731ab25e3d02cbd9393e265b0d6f9a0.zip |
New version
-rw-r--r-- | CHANGES.md | 12 | ||||
-rw-r--r-- | 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(): |