[www] Set Zed as released

Update Zed series info in www-generator.py so that Zed is marked as
maintained, thus released.

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

Change-Id: I02c7a600df24b04d63218ad068538576e44f1db1
This commit is contained in:
Elod Illes 2022-09-28 21:37:40 +02:00
parent f8fa19f42e
commit 52666665f4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ SERIES_INFO = {
'wallaby': SeriesInfo(date='April 2021', status='maintained'),
'xena': SeriesInfo(date='October 2021', status='maintained'),
'yoga': SeriesInfo(date='April 2022', status='maintained'),
'zed': SeriesInfo(date='October 2022', status='development'),
'zed': SeriesInfo(date='October 2022', status='maintained'),
'2023.1.antelope': SeriesInfo(date='March 2023', status='development'),
}