diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-30 15:07:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-30 15:07:42 +0200 |
commit | ed2ffaeaa05b566a59fd9cde525dcd380f7d90eb (patch) | |
tree | d57a953d09f2b06b53daff70bce8e8dcb6271daf | |
parent | 1ee8d6d16836c25da4f75bcaf59d6e3f5b24a423 (diff) | |
download | Ishtar-ed2ffaeaa05b566a59fd9cde525dcd380f7d90eb.tar.bz2 Ishtar-ed2ffaeaa05b566a59fd9cde525dcd380f7d90eb.zip |
New version
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2dfb3f71f..ae82b1d00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.1.7 - 2021-03-30 +------------------- + +### Features ### +- Operation - Context records: Surface int -> float + +### Bug fixes ### +- Container: fix index generation when only stationary containers are available + v3.1.6 - 2021-03-23 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index b0a453d9e..5a9b39191 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.6 -VERSION = (3, 1, 6) +# 3.1.7 +VERSION = (3, 1, 7) def get_version(): |