Skip to content

Commit 4e568fa

Browse files
author
Daniel
committed
Chore: update versioning and metadata
1 parent ef4e7f4 commit 4e568fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

geovita_processing_plugin/metadata.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qgisMinimumVersion=3.28
1010
qgisMaximumVersion=4.99
1111
supportsQt6=True
1212

13-
version=3.2.2
13+
version=3.3.0
1414
author=DPE
1515
1616

@@ -35,7 +35,9 @@ repository=https://github.com/danpejobo/geovita_processing_plugin
3535
hasProcessingProvider=yes
3636

3737
# Uncomment the following line and add your changelog:
38-
changelog=v.3.2.2 (27.10.2025)
38+
changelog=v.3.3.0 (05.11.2025)
39+
- Added new Algorithm: "Create Atlas Coverage" (`geovita:create_atlas_coverage`)
40+
- Added a complete unit test suite for the new `CreateAtlasCoverageAlgorithm`
3941
- Update qgisMaximumVersion to 4.99 to support qgis4 and qt6
4042

4143
v.3.2.1 (14.03.2025)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "geovita-processing-plugin"
7-
version = "3.2.2"
7+
version = "3.3.0"
88
description = "Geovita GIS Processing provider for QGIS"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)