From 8a9dae98f740c114e6ae558f3111e82f5da64963 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 4 Jan 2024 12:50:56 +0100 Subject: [PATCH] [www] Set Stein series state as End of Life Stein was proposed to transition to End of Life [1] and since all of the projects have EOL'd their stable/stein branches, we are ready to set Stein status to EOL on docs.openstack.org. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html Change-Id: I49a0e9d55451923dc312719143f9d71855796978 --- 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 f6bf957d00..939e0a59aa 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -65,7 +65,7 @@ SERIES_INFO = collections.OrderedDict([ ('pike', SeriesInfo(date='August 2017', status='EOL')), ('queens', SeriesInfo(date='March 2018', status='EOL')), ('rocky', SeriesInfo(date='August 2018', status='EOL')), - ('stein', SeriesInfo(date='April 2019', status='extended-maintenance')), + ('stein', SeriesInfo(date='April 2019', status='EOL')), ('train', SeriesInfo(date='October 2019', status='extended-maintenance')), ('ussuri', SeriesInfo(date='May 2020', status='extended-maintenance')), ('victoria',