Fix series name for 2023 series

The series name should match the branch name, otherwise branch specific
doc links are wildly inconsistent.

Change-Id: Id50a6ed4bc6a963cd2076ebb480476193dd7dc7f
This commit is contained in:
Dr. Jens Harbott 2023-04-11 16:53:36 +02:00
parent 3fe96226c6
commit f7b7eb37bb
1 changed files with 2 additions and 2 deletions

View File

@ -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.antelope', SeriesInfo(date='March 2023', status='maintained')),
('2023.2.bobcat', SeriesInfo(date='October 2023', status='development')),
('2023.1', SeriesInfo(date='March 2023', status='maintained')),
('2023.2', SeriesInfo(date='October 2023', status='development')),
])
# Build a list of the series that are not the current series being