Skip to content

Commit

Permalink
Release 1.6.3 assets (datamodel and qgs project
Browse files Browse the repository at this point in the history
Release 1.6.3 assets (datamodel and qgs project
  • Loading branch information
ponceta committed Dec 20, 2024
1 parent 74428fd commit 3d5274c
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 @@ -59,6 +59,7 @@
# Allow to choose which releases can be installed
AVAILABLE_RELEASES = {
# TODO: change to final
"1.6.3": "https://github.com/QGEP/datamodel/archive/1.6.3.zip",
"1.6.2": "https://github.com/QGEP/datamodel/archive/1.6.2.zip",
"1.6.1": "https://github.com/QGEP/datamodel/archive/1.6.1.zip",
"1.6.0": "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.3": "https://github.com/QGEP/QGEP/releases/download/v11.0.0/qgep-v11.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",
Expand Down

0 comments on commit 3d5274c

Please sign in to comment.