diff options
-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(): |