summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-11-05 17:39:46 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2013-11-05 17:39:46 -0600
commite08354f9c7b26511eeb01209a9a64f5e4b31b6f5 (patch)
treebcfe316203d1f9a32227a7f9763d860751bcc04a
parent4ce4f00adfb39923773f85e35ad04c6fb01183de (diff)
downloadcxmanage-0.10.0.tar.gz
nojira: Bump to v0.10.0, bump pyipmi/ipmitool requirementsv0.10.0
-rwxr-xr-xscripts/cxmanage4
-rw-r--r--setup.py4
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'
],