diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-12 23:19:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | 0ed0947568d825cad489f7bf0692fc768a198df9 (patch) | |
tree | 813017edcfcff16ea7277c7ef1330c160d1cf1e7 | |
parent | 9718798bbf69f86a2c07742e8da61a7a83573639 (diff) | |
download | Ishtar-0ed0947568d825cad489f7bf0692fc768a198df9.tar.bz2 Ishtar-0ed0947568d825cad489f7bf0692fc768a198df9.zip |
New version
-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(): |