diff --git a/tools/www-generator.py b/tools/www-generator.py index 7e9f328b5d..0670a83cb4 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -65,7 +65,7 @@ SERIES_INFO = { 'stein': SeriesInfo(date='April 2019', status='maintained'), 'train': SeriesInfo(date='October 2019', status='maintained'), 'ussuri': SeriesInfo(date='May 2020', status='maintained'), - 'victoria': SeriesInfo(date='October 2020', status='development'), + 'victoria': SeriesInfo(date='October 2020', status='maintained'), 'wallaby': SeriesInfo(date='April 2021', status='development'), }