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'