Skip to content

Commit

Permalink
Merge pull request #145 from QGEP/2024-06-03-modelbaker-dependencies
Browse files Browse the repository at this point in the history
Adapt required modelbaker version to 6.5.2
  • Loading branch information
ponceta committed Jun 18, 2024
2 parents 2e8447d + 544127f commit 9e42586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def configure_from_modelbaker(iface):
Configures config.JAVA/ILI2PG paths using modelbaker.
Returns whether modelbaker is available, and displays instructions if not.
"""
REQUIRED_VERSION = "v6.4.0" # TODO : update once https://github.com/opengisch/QgisModelBaker/pull/473 is released
REQUIRED_VERSION = "v6.5.2"
modelbaker = plugins.get("QgisModelBaker")
if modelbaker is None:
iface.messageBar().pushMessage(
Expand Down

0 comments on commit 9e42586

Please sign in to comment.