diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-16 12:23:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-16 12:23:53 +0200 |
commit | 41e7699a3caa2344cbe93089f68dda0dc0d8a446 (patch) | |
tree | dbeea85d58073df48298179d5f9d497c33cf7713 | |
parent | 10915f047285fd8add20d396e71dddeddfb5dcc3 (diff) | |
download | Ishtar-41e7699a3caa2344cbe93089f68dda0dc0d8a446.tar.bz2 Ishtar-41e7699a3caa2344cbe93089f68dda0dc0d8a446.zip |
New version
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |