From 68b823d5e8ba21c4d421ae5cd219631375667033 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 6 Apr 2021 12:06:40 +0200 Subject: [PATCH] [www] Release Wallaby Update tools so that wallaby is marked as released. Change-Id: Ic03cc535bf6e0747589c49a56ed894af621fe8ff --- 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 cee78741aa..594fa87492 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -66,7 +66,7 @@ SERIES_INFO = { 'train': SeriesInfo(date='October 2019', status='maintained'), 'ussuri': SeriesInfo(date='May 2020', status='maintained'), 'victoria': SeriesInfo(date='October 2020', status='maintained'), - 'wallaby': SeriesInfo(date='April 2021', status='development'), + 'wallaby': SeriesInfo(date='April 2021', status='maintained'), 'xena': SeriesInfo(date='October 2021', status='development'), }