[www] Set 2025.1 Epoxy as released

Update 2025.1 Epoxy 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 2nd.

Change-Id: I82931d5997b01718d5b921e39fa465e071330b5d
This commit is contained in:
Elod Illes 2025-03-24 15:27:40 +01:00
parent 6929e568ea
commit f9539a2d28

View File

@ -77,7 +77,7 @@ SERIES_INFO = collections.OrderedDict([
('2023.2', SeriesInfo(date='October 2023', status='maintained')),
('2024.1', SeriesInfo(date='April 2024', status='maintained')),
('2024.2', SeriesInfo(date='October 2024', status='maintained')),
('2025.1', SeriesInfo(date='April 2025', status='development')),
('2025.1', SeriesInfo(date='April 2025', status='maintained')),
('2025.2', SeriesInfo(date='October 2025', status='development')),
])