Skip to content

Commit

Permalink
v.3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Feb 14, 2024
1 parent 49a4773 commit 1040156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geovita_processing_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion geovita_processing_plugin/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1040156

Please sign in to comment.