From e6bfa7d4ac47b8c6108cddca47c3c15de0a5ae8d Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Thu, 25 Apr 2024 15:04:11 +0200 Subject: [PATCH] LAATSTE COMMIT VOOR VERSIE 1.5.5 --- .github/workflows/main.yml | 2 +- README.md | 7 +++---- VERSIES | 15 +++++++++++++-- doc/source/conf.py | 4 ++-- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5fc72593..9ca49c6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,6 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: nlextract/nlextract - tags: latest,1.5.5dev + tags: latest,1.5.5 # tag_with_ref: true # tag_with_sha: true diff --git a/README.md b/README.md index f9d04be5..0bb4f866 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,8 @@ converteren en te visualiseren. De GitHub hier bevat puur de NLExtract-broncode dus is in de eerste plaats gericht op ontwikkelaars. Wil je als ontwikkelaar meedoen ? Graag ! -Laat ons weten, bijv. via info@opengeogroep.nl. Vooral zoeken we nog +Laat ons weten. Vooral zoeken we nog Windows-experts zodat het op dat platform ook goed gaat werken. Wil je -nieuwe zaken zien of vind je fouten ? Gebruik de "issues" link hierboven. +nieuwe zaken zien of vind je fouten ? Gebruik de "issues" link hierboven of doe mee in +de NLExtract Discussies: https://github.com/nlextract/NLExtract/discussions/. - -Join the chat at https://gitter.im/nlextract/NLExtract diff --git a/VERSIES b/VERSIES index 1757483a..daf21e99 100644 --- a/VERSIES +++ b/VERSIES @@ -8,8 +8,19 @@ v1.6.0 - geplend Leftovers van vorige versies. Versie nummer nog te bepalen. -Zie de Milestone voor deze versie: -https://github.com/nlextract/NLExtract/milestone/15 +Zie de Milestone voor deeze versie: +https://github.com/nlextract/NLExtract/milestone/19 + +v1.5.5 - 25 apr 2024 + +* Fixes op 1.5.4 +* BRK-DKK: ETL upgrade v4 naar v5 en GfsPreparationFilter tbv optimalisatie. +* Verbeterde/moderne Dockerfile gebaseerd op osgeo/gdal:ubuntu-small-3.8.4 image (Ubuntu 22.04 LTS) +* BGT: BGT Lean SQL script voor slankere BGT oa geen "bogen", 1 geometrie per tabel, geen overhead kolommen +* BAG: CBS Gemeente provincie koppeling 2024 + +Zie de closed issues voor deze versie: +https://github.com/nlextract/NLExtract/milestone/15?closed=1 v1.5.4 - 9 jan 2023 diff --git a/doc/source/conf.py b/doc/source/conf.py index c4cf0ab6..55b06103 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.5.4' +version = '1.5.5' # The full version, including alpha/beta/rc tags. -release = '1.5.4' +release = '1.5.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.