Skip to content

Commit

Permalink
Fix QGIS project version
Browse files Browse the repository at this point in the history
Fix QGIS project version
  • Loading branch information
ponceta committed Oct 14, 2024
1 parent d380be6 commit c2c26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepplugin/gui/qgepdatamodeldialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# Allows to pick which QGIS project matches the version (will take the biggest <= match)
DATAMODEL_QGEP_VERSIONS = {
"1.6.2": "https://github.com/QGEP/QGEP/releases/download/v12.0.0/qgep-v12.0.0.zip",
"1.6.2": "https://github.com/QGEP/QGEP/releases/download/v11.0.0/qgep-v11.0.0.zip",
"1.6.1": "https://github.com/QGEP/QGEP/releases/download/v11.0.0/qgep-v11.0.0.zip",
"1.6.0": "https://github.com/QGEP/QGEP/releases/download/v10.0.0/qgep-v10.0.0.zip",
"1.5.5": "https://github.com/QGEP/QGEP/releases/download/v9.0.3/qgep-v9.0.3.zip",
Expand Down

0 comments on commit c2c26d6

Please sign in to comment.