[www] Set 2026.1 Gazpacho as released

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

This patch needs to be merged at release day, April 1st.

Change-Id: I0e775a6befb0769d9c8f31829043e53cfdb7d010
Signed-off-by: Elod Illes <elod.illes@est.tech>
This commit is contained in:
Elod Illes
2026-03-23 13:40:22 +01:00
parent cc205fcc3e
commit ccd9e6ffb5
+1 -1
View File
@@ -79,7 +79,7 @@ SERIES_INFO = collections.OrderedDict([
('2024.2', SeriesInfo(date='October 2024', status='maintained')),
('2025.1', SeriesInfo(date='April 2025', status='maintained')),
('2025.2', SeriesInfo(date='October 2025', status='maintained')),
('2026.1', SeriesInfo(date='April 2026', status='development')),
('2026.1', SeriesInfo(date='April 2026', status='maintained')),
('2026.2', SeriesInfo(date='September 2026', status='development')),
])