From 1040156c315edb029ead644b8dbc23efab3019ff Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 Feb 2024 14:59:47 +0100 Subject: [PATCH] v.3.5.0 --- geovita_processing_plugin/__init__.py | 2 +- geovita_processing_plugin/metadata.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/geovita_processing_plugin/__init__.py b/geovita_processing_plugin/__init__.py index d9cc954..5db582d 100644 --- a/geovita_processing_plugin/__init__.py +++ b/geovita_processing_plugin/__init__.py @@ -26,7 +26,7 @@ __date__ = '2024-01-17' __copyright__ = '(C) 2024 by DPE' -__version__ = "3.0.0" +__version__ = "3.1.0" import sys from pathlib import Path diff --git a/geovita_processing_plugin/metadata.txt b/geovita_processing_plugin/metadata.txt index 416c562..da74dbc 100644 --- a/geovita_processing_plugin/metadata.txt +++ b/geovita_processing_plugin/metadata.txt @@ -28,7 +28,10 @@ repository=https://github.com/danpejobo/geovita_processing_plugin hasProcessingProvider=yes # Uncomment the following line and add your changelog: -changelog=v.3.0.0 (09.02.2024) +changelog=v.3.1.0 (14.02.2024) + - Minor fix in vulnerability analysis for excavation and tunnel. Fields can be omitted (i.e corresponding analysis are dropped). Any combination of the three vulnerability fields can be assessed. + + v.3.0.0 (09.02.2024) - Restructure codebase - Implement postprocessing to add layers (was still some threading issues) - Add tests to try and mitigate the risk of publishing a broken plugin