Skip to content

Commit

Permalink
Merge pull request #109 from QGEP/2024-06-update-datamodel-references…
Browse files Browse the repository at this point in the history
…-1.6.2

Add 1.6.2 options
  • Loading branch information
ponceta authored Jul 18, 2024
2 parents e042c5d + bf30388 commit f29529e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qgepplugin/gui/qgepdatamodeldialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
# Allow to choose which releases can be installed
AVAILABLE_RELEASES = {
# TODO: change to final
"1.6.2": f"https://github.com/QGEP/datamodel/archive/1.6.2.zip",
"1.6.1": f"https://github.com/QGEP/datamodel/archive/1.6.1.zip",
"1.6.0": f"https://github.com/QGEP/datamodel/archive/1.6.0.zip",
}
Expand All @@ -72,6 +73,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.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 f29529e

Please sign in to comment.