Merge "Add Zed in versionutils"

This commit is contained in:
Zuul 2022-03-22 13:32:04 +00:00 committed by Gerrit Code Review
commit 264108395a
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ _RELEASES = {
'W': 'Wallaby',
'X': 'Xena',
'Y': 'Yoga',
'Z': 'Zed',
}
@ -159,6 +160,7 @@ class deprecated(object):
WALLABY = 'W'
XENA = 'X'
YOGA = 'Y'
ZED = 'Z'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator