Add Xena to versionutils

Adding warrior princess release to the list of releases. :-)

Change-Id: I6bf6997899f6c95ed1074563164b82fce37f26f3
This commit is contained in:
Ben Nemec 2021-01-19 18:14:07 +00:00
parent 0d62939520
commit 9da8c33a64
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