Revert "Fix series name for 2023 series"
This reverts commit f7b7eb37bb10135032523ef2fb55a7c52d566ca0. Reason for revert: This made things worse rather than better. More work is needed. Change-Id: I3c99dd6118e997f78700f6250c1e241ee10f9473
This commit is contained in:
parent
f7b7eb37bb
commit
6ca93c9aa8
@ -74,8 +74,8 @@ SERIES_INFO = collections.OrderedDict([
|
||||
('xena', SeriesInfo(date='October 2021', status='maintained')),
|
||||
('yoga', SeriesInfo(date='April 2022', status='maintained')),
|
||||
('zed', SeriesInfo(date='October 2022', status='maintained')),
|
||||
('2023.1', SeriesInfo(date='March 2023', status='maintained')),
|
||||
('2023.2', SeriesInfo(date='October 2023', status='development')),
|
||||
('2023.1.antelope', SeriesInfo(date='March 2023', status='maintained')),
|
||||
('2023.2.bobcat', SeriesInfo(date='October 2023', status='development')),
|
||||
])
|
||||
|
||||
# Build a list of the series that are not the current series being
|
||||
|
Loading…
x
Reference in New Issue
Block a user