diff options
| -rw-r--r-- | CHANGES.md | 13 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
2 files changed, 14 insertions, 3 deletions
| diff --git a/CHANGES.md b/CHANGES.md index 6de9dc2d0..74bc1cafd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,19 @@  ---  title: Ishtar changelog -date: 2022-09-09 +date: 2022-09-12  --- +v4.0.18 - 2022-09-12 +-------------------- + +### Features ### + +- Import GIS: default to 0 skip lines (for geopackage and SHP it must be 0) + +### Bug fix ### + +- Geo - migration script: more tolerant with no geo item data - main geo is poly when defined  +  Ishtar changelog  ================ diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 0da7aa0bc..1ef70c5fe 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.17 -VERSION = (4, 0, 17) +# 4.0.18 +VERSION = (4, 0, 18)  def get_version(): | 
