[release][oslo] oslo.config release 2.3.0 (liberty)
We are jazzed to announce the release of: oslo.config 2.3.0: Oslo Configuration API This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.config With package available at: https://pypi.python.org/pypi/oslo.config For more details, please see the git log history below and: http://launchpad.net/oslo.config/+milestone/2.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.config Changes in oslo.config 2.2.0..2.3.0 ----------------------------------- bc13758 Add sphinx extension to embed pretty descriptions of options 006415f Add sphinx extension to build sample config 32e0fa2 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + oslo_config/generator.py | 73 ++++++++++-------- oslo_config/sphinxconfiggen.py | 66 ++++++++++++++++ oslo_config/sphinxext.py | 159 +++++++++++++++++++++++++++++++++++++++ test-requirements.txt | 2 +- 9 files changed, 300 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 83f583e..a0bbe5c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ testtools>=1.4.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com