Add Victoria and Wallaby releases to versionutils

Now that we have names for the next two releases we can get them
added here so we'll be ready when development starts.

Change-Id: I515a6b03b810a7c8b2246279e380973a29c626f4
This commit is contained in:
Ben Nemec 2020-03-05 22:11:51 +00:00
parent 26abff6f54
commit adef9b6ecb
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ _RELEASES = {
'S': 'Stein',
'T': 'Train',
'U': 'Ussuri',
'V': 'Victoria',
'W': 'Wallaby',
}