We jubilantly announce the release of: oslo.vmware 2.26.0: Oslo VMware library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.python.org/pypi/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.25.0..2.26.0 ------------------------------------- 69bbe4c Cleanup test-requirements 7b24051 Updated from global requirements afe8fa5 Fix the repeating titles Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1f8c1e0..ef4a1f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 58f4ef7..57c5390 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ mock>=2.0.0 # BSD -python-subunit>=1.0.0 # Apache-2.0/BSD