Add recent release names

Change-Id: Ia970c601d0fe20cfb7697183837a88111fdafa74
This commit is contained in:
Takashi Kajinami 2023-12-15 15:28:34 +09:00
parent 93700aa365
commit e6bb2d3002
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ _CODE_NAMES = {
'13.0.0': 'Train',
'14.0.0': 'Ussuri',
'15.0.0': 'Victoria',
'16.0.0': 'Wallaby',
'17.0.0': 'Xena',
'18.0.0': 'Yoga',
'19.0.0': 'Zed',
'20.0.0': '2023.1',
'21.0.0': '2023.2',
}
all_resources = {}