Skip to content

Commit 550aa48

Browse files
author
sumandari
authored
Merge pull request qgis#167 from kannes/master
generate plugins xml for qgis 3.18 and 3.19
2 parents 2c004b3 + 6074e34 commit 550aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis-app/plugins/tasks/generate_plugins_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def generate_plugins_xml(site = ''):
2222
'2.12', '2.14', '2.15', '2.16', '2.17', '2.18',
2323
'2.99', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7',
2424
'3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15', '3.16',
25-
'3.17'
25+
'3.17', '3.18', '3.19'
2626
]
2727

2828
folder_path = os.path.join(

0 commit comments

Comments
 (0)