Skip to content

Commit

Permalink
Adapt required modelbaker version to 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jun 3, 2024
1 parent ef39925 commit 544127f
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 544127f

Please sign in to comment.