summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--ishtar_common/version.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 586c97caa..4ba29224a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
Ishtar changelog
================
+v3.1.29 - 2021-06-16
+--------------------
+### Features ###
+- Container import: put_document_by_internal_reference
+
v3.1.28 - 2021-06-04
--------------------
### Bug fixes ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a777d5375..20a70ad1a 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.28
-VERSION = (3, 1, 28)
+# 3.1.29
+VERSION = (3, 1, 29)
def get_version():