We enthusiastically announce the release of: oslo.config 4.1.1: Oslo Configuration API This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.config Download the package from: https://pypi.python.org/pypi/oslo.config Please report issues through launchpad: https://bugs.launchpad.net/oslo.config For more details, please see below. Changes in oslo.config 4.1.0..4.1.1 ----------------------------------- a8046b4 Updated from global requirements 47d7c1c Handle multi-line default values in olso-config-generator 0b02005 Clarify info on a comment Diffstat (except docs and test files) ------------------------------------- oslo_config/cfg.py | 5 ++++- oslo_config/generator.py | 2 +- test-requirements.txt | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d0d49be..e440094 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ oslotest>=1.10.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0