qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
89 stars 59 forks source link

Implement Automation for Updating QGIS Versions #296

Closed dimasciput closed 1 year ago

dimasciput commented 1 year ago

Currently, the QGIS version needs to be manually updated in the admin page whenever a new version is released. It would be more efficient to automate this process.

The proposed solution is to create a system that automatically fetches the latest released version from the QGIS repository and updates the version on the plugin site.