[www] Set 2023.2 Bobcat as released

Update 2023.2 Bobcat series info in www-generator.py so that it is
marked as 'maintained', thus released.

This patch needs to be merged at release day, October 4th.

Change-Id: I851bd18afeaa3c5ec3029e3b9af1f14e637b88c6
This commit is contained in:
Elod Illes 2023-09-25 15:37:21 +02:00
parent 48ac7df0c2
commit 8ba061c44d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ SERIES_INFO = collections.OrderedDict([
('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.2', SeriesInfo(date='October 2023', status='maintained')),
('2024.1', SeriesInfo(date='April 2024', status='development')),
])