Merge "Add Xena to versionutils"

This commit is contained in:
Zuul 2021-04-06 19:13:48 +00:00 committed by Gerrit Code Review
commit 127b358923
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ _RELEASES = {
'U': 'Ussuri',
'V': 'Victoria',
'W': 'Wallaby',
'X': 'Xena',
}
@ -155,6 +156,7 @@ class deprecated(object):
USSURI = 'U'
VICTORIA = 'V'
WALLABY = 'W'
XENA = 'X'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator