diff --git a/tools/www-generator.py b/tools/www-generator.py index 293438a24f..a795eaaef3 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -74,8 +74,8 @@ SERIES_INFO = collections.OrderedDict([ ('xena', SeriesInfo(date='October 2021', status='maintained')), ('yoga', SeriesInfo(date='April 2022', status='maintained')), ('zed', SeriesInfo(date='October 2022', status='maintained')), - ('2023.1.antelope', SeriesInfo(date='March 2023', status='maintained')), - ('2023.2.bobcat', SeriesInfo(date='October 2023', status='development')), + ('2023.1', SeriesInfo(date='March 2023', status='maintained')), + ('2023.2', SeriesInfo(date='October 2023', status='development')), ]) # Build a list of the series that are not the current series being