Skip to content

Commit 9271b18

Browse files
author
Daniel
committed
bump version
1 parent bc06f48 commit 9271b18

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

geovita_processing_plugin/__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__ = "3.2.0"
29+
__version__ = "3.2.1"
3030

3131
import sys
3232
from pathlib import Path

geovita_processing_plugin/metadata.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name=Geovita GIS Processing provider
77
qgisMinimumVersion=3.28
88
qgisMaximumVersion=3.99
99
description=Aim to brings different Geovita custom geological and geotechnical processing algorithms to QGIS
10-
version=3.2.0
10+
version=3.2.1
1111
author=DPE
1212
1313

@@ -32,8 +32,11 @@ repository=https://github.com/danpejobo/geovita_processing_plugin
3232
hasProcessingProvider=yes
3333

3434
# Uncomment the following line and add your changelog:
35-
changelog=v.3.2.0 (13.03.2025)
36-
- Uppdate submodule to newest upstream.
35+
changelog=v.3.2.1 (14.03.2025)
36+
- Update metadata and descriptions
37+
38+
v.3.2.0 (13.03.2025)
39+
- Update submodule to newest upstream.
3740
- Rewrite logic for adding and styling layers. Now uses postProcessing. Results should be added to TOC, and visible on the canvas
3841

3942
v.3.1.1 (04.03.2024)

0 commit comments

Comments
 (0)