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:
Ben Nemec 2018-04-05 14:10:27 +00:00
parent d68a895ee8
commit 110191aa50
1 changed files with 2 additions and 0 deletions

View File

@ -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