diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-10 18:19:30 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | d183100d821d61d97715317189baa36e170decdb (patch) | |
tree | 931b628f621644e87a8277118611024b7d52ad4e | |
parent | 0581887d6b27dd5aab1e7580a513bb4ea5a87b99 (diff) | |
download | Ishtar-d183100d821d61d97715317189baa36e170decdb.tar.bz2 Ishtar-d183100d821d61d97715317189baa36e170decdb.zip |
New version
-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(): |