diff --git a/ImaerPlugin/imaer_plugin.py b/ImaerPlugin/imaer_plugin.py index df05044..4bb5749 100644 --- a/ImaerPlugin/imaer_plugin.py +++ b/ImaerPlugin/imaer_plugin.py @@ -68,7 +68,7 @@ def __init__(self, iface): self.provider = None self.imaer_calc_layers = {} self.settings = QgsSettings() - self.version = '3.4.0' + self.version = '3.4.1' # Making sure users will NOT keep on using the prerelease. # TODO: Make a future proof generic solution for URL management diff --git a/ImaerPlugin/metadata.txt b/ImaerPlugin/metadata.txt index 79bae02..1b936a2 100644 --- a/ImaerPlugin/metadata.txt +++ b/ImaerPlugin/metadata.txt @@ -14,7 +14,7 @@ about=Plugin for working with AERIUS Calculator IMAER files. - Extracts GML from AERIUS PDF files. - Provides a GUI to the AERIUS Connect API. # Also change the version number in the plugin class! -version=version 3.4.0 +version=version 3.4.1 tracker=https://github.com/opengeogroep/AERIUS-QGIS-plugins/issues repository=https://github.com/opengeogroep/AERIUS-QGIS-plugins homepage=https://github.com/opengeogroep/AERIUS-QGIS-plugins @@ -23,6 +23,7 @@ homepage=https://github.com/opengeogroep/AERIUS-QGIS-plugins # Recommended items: changelog= + 3.4.1 (06-10-2023) Support for IMAER 5.1, buildings, diurnal variations and UK options 3.4.0 (02-08-2023) First UK (zip only) release for testing 3.3.1 (07-02-2023) Bug fix for enabled import calculator result button while no CRS specified 3.3.0 (30-01-2023) Support for Calculation Tasks and IMAER 5.1, Processing Algorithms for relating depositions (thanks Provincie Zeeland) @@ -43,7 +44,7 @@ changelog= 3.0.0 (29-05-2020) IMAER Calculator Result GML import # Tags are comma separated without spaces. (Spaces are allowed within the tag.) -tags=imaer,aerius,calculator,connect,gml,stikstof,nitrogen,air,pollution +tags=imaer,aerius,calculator,connect,gml,stikstof,nitrogen,air,pollution,nl,uk category=Plugins icon=img/icon_import_calc_result.svg