summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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():