summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit887b758e48c272c8fd477a73cc3c953fdc933cb9 (patch)
treecdf0c6ac92aa2639ddbedc0c81c16727779f5d9d
parent2f7c94679b0ee834620b2fd8581a034f12858fe0 (diff)
downloadIshtar-887b758e48c272c8fd477a73cc3c953fdc933cb9.tar.bz2
Ishtar-887b758e48c272c8fd477a73cc3c953fdc933cb9.zip
New version
-rw-r--r--CHANGES.md12
-rw-r--r--ishtar_common/version.py4
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():