Skip to content

Commit

Permalink
Enable plugins.xml for QGIS 3.22, 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 20, 2021
1 parent 172955a commit de96b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/plugins/tasks/generate_plugins_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_plugins_xml(site = ''):
'2.12', '2.14', '2.15', '2.16', '2.17', '2.18',
'2.99', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7',
'3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15', '3.16',
'3.17', '3.18', '3.19', '3.20', '3.21'
'3.17', '3.18', '3.19', '3.20', '3.21', '3.22', '3.23'
]

folder_path = os.path.join(
Expand Down

0 comments on commit de96b47

Please sign in to comment.