Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jul 10, 2024
1 parent 9959026 commit a98fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_api_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def ltr_tag(v):
current_stable_minor = int(current_stable.split(".")[1]) + 2 # '3.38' => 40
old_versions_links = ", ".join(
[
f"`3.0{v} <https://github.com/qgis/pyqgis/releases/download/3.{v}/3.{v}.zip>`_"
f"`3.{v} <https://github.com/qgis/pyqgis/releases/download/3.{v}/3.{v}.zip>`_"
for v in range(0, current_stable_minor, 2)
]
)
Expand Down

0 comments on commit a98fa20

Please sign in to comment.