We are pumped to announce the release of: oslo.vmware 1.16.0: Oslo VMware library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.vmware With package available at: https://pypi.python.org/pypi/oslo.vmware For more details, please see the git log history below and: http://launchpad.net/oslo.vmware/+milestone/1.16.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.vmware Changes in oslo.vmware 0.15.0..1.16.0 ------------------------------------- 440570c Add tox target to find missing requirements abc1bf2 Updated from global requirements d388c8a Fix exception to string in py34 bbf6d0c Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_vmware/exceptions.py | 2 ++ requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 8 ++++++++ 5 files changed, 16 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3dd80f6..f663c97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27 +27 @@ urllib3>=1.8.3 -oslo.concurrency>=2.0.0 # Apache-2.0 +oslo.concurrency>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index db333d7..b8b1de3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ discover -fixtures>=0.3.14 +fixtures>=1.3.1