Release note tools: Add 5.1 to the list of official Blender versions for the bug fixes per release script

Pull Request: https://projects.blender.org/blender/blender/pulls/147663
This commit is contained in:
Alaska
2025-10-17 05:04:47 +02:00
committed by YimingWu
parent 688c389e1a
commit 6ccf323ed4

View File

@@ -224,7 +224,7 @@ LIST_OF_OFFICIAL_BLENDER_VERSIONS = (
# 4.x. # 4.x.
'4.0', '4.1', '4.2', '4.3', '4.4', '4.5', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5',
# 5.x. # 5.x.
'5.0', '5.0', '5.1',
) )
# Catch duplicates # Catch duplicates