Add U release codename for docs generation

This makes for nicer output in the resource types docs.

Change-Id: I5c7b0e7454df0c5dd33efb03c08d15ea231bf530
This commit is contained in:
Zane Bitter 2020-08-12 10:05:45 -04:00
parent ec6cd9ed00
commit cdfb5df559
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ _CODE_NAMES = {'2013.1': 'Grizzly',
'10.0.0': 'Queens',
'11.0.0': 'Rocky',
'12.0.0': 'Stein',
'13.0.0': 'Train'}
'13.0.0': 'Train',
'14.0.0': 'Ussuri'}
all_resources = {}