From e08354f9c7b26511eeb01209a9a64f5e4b31b6f5 Mon Sep 17 00:00:00 2001 From: George Kraft Date: Tue, 5 Nov 2013 17:39:46 -0600 Subject: nojira: Bump to v0.10.0, bump pyipmi/ipmitool requirements --- scripts/cxmanage | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/cxmanage b/scripts/cxmanage index ea93997..9cb5d11 100755 --- a/scripts/cxmanage +++ b/scripts/cxmanage @@ -51,8 +51,8 @@ from cxmanage_api.cli.commands.tspackage import tspackage_command from cxmanage_api.cli.commands.eeprom import eepromupdate_command -PYIPMI_VERSION = '0.8.0' -IPMITOOL_VERSION = '1.8.11.0-cx7' +PYIPMI_VERSION = '0.9.0' +IPMITOOL_VERSION = '1.8.11.0-cx8' PARSER_EPILOG = """examples: diff --git a/setup.py b/setup.py index c44b83a..98aeaea 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ from setuptools import setup setup( name='cxmanage', - version='0.9.0', + version='0.10.0', packages=[ 'cxmanage_api', 'cxmanage_api.cli', @@ -50,7 +50,7 @@ setup( install_requires=[ 'tftpy', 'pexpect', - 'pyipmi>=0.8.0', + 'pyipmi>=0.9.0', 'argparse', 'unittest-xml-reporting<1.6.0' ], -- cgit v1.2.1