We are jazzed to announce the release of: oslosphinx 4.9.0: OpenStack Sphinx Extensions and Theme This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslosphinx Download the package from: https://pypi.python.org/pypi/oslosphinx Please report issues through launchpad: http://bugs.launchpad.net/oslosphinx For more details, please see below. 4.9.0 ^^^^^ Other Notes * Introduce reno for deployer release notes. Changes in oslosphinx 4.8.0..4.9.0 ---------------------------------- 0732325 Updated from global requirements e585ff0 Add reno for release notes management Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + releasenotes/notes/add-reno-996dd44974d53238.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 ++++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 2 +- test-requirements.txt | 2 + tox.ini | 3 + 10 files changed, 299 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1c7f46f..79ebbe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 00339ac..2c1fae3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9,2 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD + +reno>=1.8.0 # Apache-2.0