We are gleeful to announce the release of: oslo.utils 3.24.0: Oslo Utility library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.23.0..3.24.0 ------------------------------------ 6e04f88 Use Sphinx 1.5 warning-is-error bd99002 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_utils/strutils.py | 6 +++--- setup.cfg | 6 ++---- test-requirements.txt | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1767c74..2fe4170 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27 +27 @@ mock>=2.0 # BSD -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0