summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-11-12 07:42:21 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2013-11-12 07:42:21 -0600
commit4da2f9c7eaa95ebf357eeca3a497b6a206675ef8 (patch)
treefa32a75ebba262def85af97cc34a7db69bc69034
parent082f03ee0d47bab30e9185866008da24ca8048b2 (diff)
downloadcxmanage-4da2f9c7eaa95ebf357eeca3a497b6a206675ef8.tar.gz
nojira: Bump to cxmanage v0.10.2, pyipmi requirement to v0.9.1v0.10.2
-rw-r--r--cxmanage_api/__init__.py2
-rwxr-xr-xscripts/cxmanage2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/cxmanage_api/__init__.py b/cxmanage_api/__init__.py
index 6c2a52e..c676a78 100644
--- a/cxmanage_api/__init__.py
+++ b/cxmanage_api/__init__.py
@@ -38,7 +38,7 @@ import shutil
import tempfile
-__version__ = "0.10.1"
+__version__ = "0.10.2"
WORK_DIR = tempfile.mkdtemp(prefix="cxmanage_api-")
diff --git a/scripts/cxmanage b/scripts/cxmanage
index 875afb7..66c6269 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -53,7 +53,7 @@ from cxmanage_api.cli.commands.tspackage import tspackage_command
from cxmanage_api.cli.commands.eeprom import eepromupdate_command
-PYIPMI_VERSION = '0.9.0'
+PYIPMI_VERSION = '0.9.1'
IPMITOOL_VERSION = '1.8.11.0-cx8'
diff --git a/setup.py b/setup.py
index 060f8fe..22e5533 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.9.0',
+ 'pyipmi>=0.9.1',
'argparse',
'unittest-xml-reporting<1.6.0'
],