From f64ab3c235c1001465fe9e30c5e711ad7d28e152 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Fri, 16 Feb 2018 17:58:37 +0100 Subject: [PATCH] [www] Mark Q as maintained This will make Queens pages point to the correct branch. Change-Id: If78961126a8daea2237ca4b98a4df8c1b4f2cb14 --- 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 b4f8a12831..84a7f1dc33 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -57,7 +57,7 @@ SERIES_INFO = { 'newton': SeriesInfo(date='October 2016', status='EOL'), 'ocata': SeriesInfo(date='February 2017', status='maintained'), 'pike': SeriesInfo(date='August 2017', status='maintained'), - 'queens': SeriesInfo(date='March 2018', status='development'), + 'queens': SeriesInfo(date='March 2018', status='maintained'), 'rocky': SeriesInfo(date='August 2018', status='development'), }