diff --git a/ImaerPlugin/imaer_plugin.py b/ImaerPlugin/imaer_plugin.py index adb666b..6e6f49f 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.1' + self.version = '3.4.2' # 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 808d58a..55cd4b0 100644 --- a/ImaerPlugin/metadata.txt +++ b/ImaerPlugin/metadata.txt @@ -19,7 +19,7 @@ about=This plugin is co-developed between the Dutch and British government and s - Provides a GUI to the AERIUS Connect API. # Also change the version number in the plugin class in imaer_plugin.py! -version=version 3.4.1 +version=version 3.4.2 tracker=https://github.com/opengeogroep/AERIUS-QGIS-plugins/issues repository=https://github.com/opengeogroep/AERIUS-QGIS-plugins @@ -29,6 +29,7 @@ homepage=https://github.com/opengeogroep/AERIUS-QGIS-plugins # Recommended items: changelog= + 3.4.2 (16-11-2023) Improved Plugin metadata for UK 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 diff --git a/releases/ImaerPlugin-3.4.2.zip b/releases/ImaerPlugin-3.4.2.zip new file mode 100644 index 0000000..780f061 Binary files /dev/null and b/releases/ImaerPlugin-3.4.2.zip differ