We are jazzed to announce the release of: oslo.config 2.4.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.4.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.config Changes in oslo.config 2.3.0..2.4.0 ----------------------------------- 7a9f4e7 Updated from global requirements 85eee67 Make Integer type class honor zero for min/max Diffstat (except docs and test files) ------------------------------------- oslo_config/types.py | 10 +++++----- requirements.txt | 2 +- 3 files changed, 42 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b020ba8..bab88ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ argparse -netaddr>=0.7.12 +netaddr!=0.7.16,>=0.7.12