Skip to content

Commit 669a1bd

Browse files
author
Daniel
committed
v.1.0.2
1 parent 1d4d262 commit 669a1bd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__date__ = '2024-01-17'
2727
__copyright__ = '(C) 2024 by DPE'
2828

29-
__version__ = "1.0.1"
29+
__version__ = "1.0.2"
3030

3131
import sys
3232
from pathlib import Path

metadata.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name=Geovita GIS Processing provider
77
qgisMinimumVersion=3.4
88
qgisMaximumVersion=3.99
99
description=This plugin adds different Geovita custom processing algorithms to QGIS
10-
version=1.0.1
10+
version=1.0.2
1111
author=DPE
1212
1313

@@ -21,7 +21,10 @@ repository=https://github.com/danpejobo/geovita_processing_plugin
2121

2222
hasProcessingProvider=yes
2323
# Uncomment the following line and add your changelog:
24-
# changelog=17.01.2024 v.1.0.1
24+
# changelog=24.01.2024 v.1.0.2
25+
- Update a bug in the utility function get_shapefile_as_json_pyqgis, where excavations containing Z/M-dimentions did not process correctly, resulting in an bug in the underlying submodule.
26+
27+
17.01.2024 v.1.0.1
2528
-Initial "release" of the QGIS implementation of NGI's REMEDY_GIS_RiskTool
2629

2730
# Tags are comma separated with spaces allowed

0 commit comments

Comments
 (0)