We are satisfied to announce the release of: python-ironic-inspector-client 2.1.0: Python client for Ironic Inspector This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironic-inspector- client Download the package from: https://pypi.python.org/pypi/python-ironic-inspector-client Please report issues through launchpad: https://bugs.launchpad.net/python-ironic-inspector-client For more details, please see below. Changes in python-ironic-inspector-client 2.0.0..2.1.0 ------------------------------------------------------ acde2b6 Updated from global requirements ed01dd2 Update UPPER_CONSTRAINTS_FILE for stable/pike 63d732b Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 53f1481..6228830 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 97d2df4..c8b3eb4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0