From 6b4569dc7ebff3280a622f15579fee18ebab0c31 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Sat, 26 Mar 2022 15:00:42 +0100 Subject: [PATCH] [www] Set Yoga as released Update Yoga series info in www-generator.py so that Yoga is marked as maintained, thus released. This patch needs to be merged at release day, March 30th. Change-Id: Ibba76eef96046983ba912113dc8388b1f152dfd8 --- 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 868f767a15..4260352ab9 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -68,7 +68,7 @@ SERIES_INFO = { 'victoria': SeriesInfo(date='October 2020', status='maintained'), 'wallaby': SeriesInfo(date='April 2021', status='maintained'), 'xena': SeriesInfo(date='October 2021', status='maintained'), - 'yoga': SeriesInfo(date='April 2022', status='development'), + 'yoga': SeriesInfo(date='April 2022', status='maintained'), 'zed': SeriesInfo(date='October 2022', status='development'), }