We are jazzed to announce the release of: oslo.config 4.10.0: 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.9.0..4.10.0 ------------------------------------ 204faeb fix an issue with looking up deprecated option names in code 2d0ba09 handle option defaults that are not strings a9aa7c6 Fix python 3.6 escape char warnings in strings Diffstat (except docs and test files) ------------------------------------- oslo_config/cfg.py | 36 +++++++++++++++++++----------------- oslo_config/generator.py | 6 ++++-- oslo_config/types.py | 5 +++++ 5 files changed, 72 insertions(+), 19 deletions(-)