qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.32k stars 2.97k forks source link

version.txt out of date #58255

Closed multiquadric closed 1 month ago

multiquadric commented 1 month ago

What is the bug or the crash?

version check info does not show latest release information https://version.qgis.org/version.txt https://version.qgis.org/version-ltr.txt

Steps to reproduce the issue

''' % curl -s https://version.qgis.org/version.txt | grep Version | cut -d'|' -f 1 | cut -d' ' -f3 33800 % curl -s https://version.qgis.org/version-ltr.txt | grep Version | cut -d'|' -f 1 | cut -d' ' -f3 33408 '''

Versions

3.34.9 and 3.38.1

Supported QGIS version

New profile

Additional context

No response

agiudiceandrea commented 1 month ago

See also https://github.com/qgis/QGIS-Hugo/issues/372.

jef-n commented 1 month ago

fixed with qgis/QGIS-Sysadmin-Documentation#61