Skip to content

Commit

Permalink
Merge pull request #64 from olivierdalang/master
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
olivierdalang authored Jun 10, 2021
2 parents 0aaa6de + da84c2a commit f7cd1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgepplugin/gui/qgepdatamodeldialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# In the future, once plugin/datamodel versionning scheme clearly reflects
# compatibility, we could retrieve this dynamically, so datamodel bugfix
# releases don't require a plugin upgrade.
LATEST_RELEASE = "1.5.4"
LATEST_RELEASE = "1.5.5"

# Allow to choose which releases can be installed
# (not so useful... but may want allow picking master for pre-releases)
Expand All @@ -61,6 +61,7 @@
}
# Allows to pick which QGIS project matches the version (will take the biggest <= match)
DATAMODEL_QGEP_VERSIONS = {
"1.5.5": "v9.0",
"1.5.0": "v8.0",
"1.4.0": "v7.0",
"0": "v6.2",
Expand Down

0 comments on commit f7cd1c0

Please sign in to comment.