From f9539a2d28ae337bd077079f8270fd3db682cf35 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Mon, 24 Mar 2025 15:27:40 +0100 Subject: [PATCH] [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 --- tools/www-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/www-generator.py b/tools/www-generator.py index 7cee6ef6c0..d2dee536c7 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -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')), ])