Add Stein release to versionutils
Now that we have a name we might as well add it to the list. Change-Id: I45a1cfe0a64a58e7565299f761389d91add6a287
This commit is contained in:
parent
d68a895ee8
commit
110191aa50
@ -71,6 +71,7 @@ _RELEASES = {
|
||||
'P': 'Pike',
|
||||
'Q': 'Queens',
|
||||
'R': 'Rocky',
|
||||
'S': 'Stein',
|
||||
}
|
||||
|
||||
|
||||
@ -146,6 +147,7 @@ class deprecated(object):
|
||||
PIKE = 'P'
|
||||
QUEENS = 'Q'
|
||||
ROCKY = 'R'
|
||||
STEIN = 'S'
|
||||
|
||||
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
|
||||
"""Initialize decorator
|
||||
|
Loading…
x
Reference in New Issue
Block a user