Merge "[www] Set Xena status to Extended Maintenance"
commit
23028b54d5
|
@ -71,7 +71,7 @@ SERIES_INFO = collections.OrderedDict([
|
|||
('victoria',
|
||||
SeriesInfo(date='October 2020', status='extended-maintenance')),
|
||||
('wallaby', SeriesInfo(date='April 2021', status='extended-maintenance')),
|
||||
('xena', SeriesInfo(date='October 2021', status='maintained')),
|
||||
('xena', SeriesInfo(date='October 2021', status='extended-maintenance')),
|
||||
('yoga', SeriesInfo(date='April 2022', status='maintained')),
|
||||
('zed', SeriesInfo(date='October 2022', status='maintained')),
|
||||
('2023.1', SeriesInfo(date='March 2023', status='maintained')),
|
||||
|
|
Loading…
Reference in New Issue