Add Antelope, Bobcat and Caracal releases to versionutils

Now that we have names for the next release we can get it
added here so we'll be ready when development starts.

Also adding previous series names. They were missing.

Change-Id: I2a9a2ab4b03e7d6b804a375c877c2c632df11945
This commit is contained in:
Hervé Beraud 2023-09-29 11:26:56 +02:00
parent b5b8c30b0d
commit 9d5630cd67
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,9 @@ _RELEASES = {
'X': 'Xena',
'Y': 'Yoga',
'Z': 'Zed',
'A': 'Antelope',
'B': 'Bobcat',
'C': 'Caracal',
}
@ -161,6 +164,9 @@ class deprecated(object):
XENA = 'X'
YOGA = 'Y'
ZED = 'Z'
ANTELOPE = 'A'
BOBCAT = 'B'
CARACAL = 'C'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator