From e50cae50722e801599e943069b1ba23a66df8bc1 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 5 Apr 2019 10:37:34 -0500 Subject: [PATCH] Mark Stein as released Switch tracks to Train. Change-Id: Icdb050f3d5eb9281715b0a3867ef25ebf80556fb Signed-off-by: Sean McGinnis --- deliverables/series_status.yaml | 12 ++++++------ doc/source/stein/index.rst | 2 +- openstack_releases/defaults.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deliverables/series_status.yaml b/deliverables/series_status.yaml index e9203596dd..2878b05f63 100644 --- a/deliverables/series_status.yaml +++ b/deliverables/series_status.yaml @@ -1,16 +1,16 @@ --- - name: train - status: future + status: development initial-release: 2019-10-16 next-phase: - status: development - date: 2019-04-11 + status: maintained + date: 2019-10-16 - name: stein - status: development + status: maintained initial-release: 2019-04-10 next-phase: - status: maintained - date: 2019-04-10 + status: extended maintenance + date: 2020-10-10 - name: rocky status: maintained initial-release: 2018-08-30 diff --git a/doc/source/stein/index.rst b/doc/source/stein/index.rst index 0e2cbb7eec..90dce6975a 100644 --- a/doc/source/stein/index.rst +++ b/doc/source/stein/index.rst @@ -2,7 +2,7 @@ Stein ===== -Projected Release Date: 10 April, 2019 +Originally Released: 10 April, 2019 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index ce6fccc95f..3e4b3b7e6c 100644 --- a/openstack_releases/defaults.py +++ b/openstack_releases/defaults.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -RELEASE = 'stein' +RELEASE = 'train'