Add Rocky release to versionutils._RELEASES

This will enable anyone to issue deprecation messages that point to
Rocky release.

Change-Id: I2884279a39b53c54f651b82393e99168698ee549
Closes-Bug: 1754087
This commit is contained in:
Michał Dulko 2018-03-07 17:49:15 +01:00
parent 91d8ef2fa6
commit 3577035601
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ _RELEASES = {
'O': 'Ocata',
'P': 'Pike',
'Q': 'Queens',
'R': 'Rocky',
}