We are pleased to announce the release of: os-api-ref 3.0.1 The source is available from: https://opendev.org/openstack/os-api-ref Download the package from: https://tarballs.openstack.org/os-api-ref/ For more details, please see below. Changes in os-api-ref 3.0.0..3.0.1 ---------------------------------- 62c2aba Mark sphinx extensions thread safe 561ed1c Series of job fixes Diffstat (except docs and test files) ------------------------------------- os_api_ref/__init__.py | 6 +++++- setup.cfg | 6 ++++-- test-requirements.txt | 3 +++ 7 files changed, 30 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0fd36ef..bf005dc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14,3 @@ pre-commit>=2.6.0 # MIT + +# The minimum version requirement is specific to unit tests. +sphinx>=7.2.0 # BSD