diff --git a/tools/www-generator.py b/tools/www-generator.py index d67fb704cc..b86a2a0783 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -76,7 +76,7 @@ SERIES_INFO = collections.OrderedDict([ ('2023.1', SeriesInfo(date='March 2023', status='maintained')), ('2023.2', SeriesInfo(date='October 2023', status='maintained')), ('2024.1', SeriesInfo(date='April 2024', status='maintained')), - ('2024.2', SeriesInfo(date='October 2024', status='development')), + ('2024.2', SeriesInfo(date='October 2024', status='maintained')), ('2025.1', SeriesInfo(date='April 2025', status='development')), ])