diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index d3ca6eba1..6de9dc2d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,13 @@ date: 2022-09-09 Ishtar changelog ================ +v4.0.17 - 2022-09-10 +-------------------- + +### Bug fix ### + +- Geo: fix zoom to extent - fix item counts + v4.0.16 - 2022-09-09 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ace27fa8a..0da7aa0bc 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.16 -VERSION = (4, 0, 16) +# 4.0.17 +VERSION = (4, 0, 17) def get_version(): |