Add Yoga to versionutils

Change-Id: If1e846c79477cb0fc06d5702240e1dbb9f2c9c40
This commit is contained in:
Alan Bishop 2022-02-04 13:30:33 -08:00
parent 650ce7d313
commit de03a59ed7
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ _RELEASES = {
'V': 'Victoria',
'W': 'Wallaby',
'X': 'Xena',
'Y': 'Yoga',
}
@ -157,6 +158,7 @@ class deprecated(object):
VICTORIA = 'V'
WALLABY = 'W'
XENA = 'X'
YOGA = 'Y'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator