summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8fad33e14..2dfb3f71f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+v3.1.6 - 2021-03-23
+-------------------
+
+### Bug fixes ###
+- Operation: fix parcel sorting when add from a file
+
+
v3.1.5 - 2021-03-19
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 8b7b3a084..b0a453d9e 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.5
-VERSION = (3, 1, 5)
+# 3.1.6
+VERSION = (3, 1, 6)
def get_version():