File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
geovita_processing_plugin Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ qgisMinimumVersion=3.28
1010qgisMaximumVersion=4.99
1111supportsQt6=True
1212
13- version=3.2.2
13+ version=3.3.0
1414author=DPE
15151616
@@ -35,7 +35,9 @@ repository=https://github.com/danpejobo/geovita_processing_plugin
3535hasProcessingProvider=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)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " geovita-processing-plugin"
7- version = " 3.2.2 "
7+ version = " 3.3.0 "
88description = " Geovita GIS Processing provider for QGIS"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments