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')),
 ])