diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2019-09-13 21:34:49 +0000 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2019-09-13 14:38:50 -0700 |
commit | 606951c736cde79418e9ebcd790c4af3686a2170 (patch) | |
tree | 1a27162c42854982f4b0ccc4f877d634fc7ad8b9 /releasenotes/source | |
parent | 72b90fed4c62cf75497a7d66714f5fb0aa91f18b (diff) | |
download | python-swiftclient-606951c736cde79418e9ebcd790c4af3686a2170.tar.gz |
Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: I8831476757575fd54fc07154450c6d545fbe6463
Sem-Ver: feature
Diffstat (limited to 'releasenotes/source')
-rw-r--r-- | releasenotes/source/index.rst | 1 | ||||
-rw-r--r-- | releasenotes/source/train.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 27f675e..662c6f6 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,6 +6,7 @@ :maxdepth: 1 current + train stein rocky queens diff --git a/releasenotes/source/train.rst b/releasenotes/source/train.rst new file mode 100644 index 0000000..5839003 --- /dev/null +++ b/releasenotes/source/train.rst @@ -0,0 +1,6 @@ +========================== +Train Series Release Notes +========================== + +.. release-notes:: + :branch: stable/train |