summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-24 16:39:29 +0100
committerMichal Minar <miminar@redhat.com>2014-02-24 16:57:24 +0100
commit1139d38511926b569eb29e4fec0a1fcc696bca21 (patch)
tree4890ace5525d13481a3a1203e38360430775c303 /commands
parentcee8c94a90bcd94b88d0e50b62646cc97c0b732e (diff)
downloadopenlmi-scripts-1139d38511926b569eb29e4fec0a1fcc696bca21.tar.gz
openlmi-scripts-1139d38511926b569eb29e4fec0a1fcc696bca21.tar.xz
openlmi-scripts-1139d38511926b569eb29e4fec0a1fcc696bca21.zip
system: added version require and bumped release
Diffstat (limited to 'commands')
-rw-r--r--commands/system/doc/conf.py4
-rw-r--r--commands/system/setup.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/commands/system/doc/conf.py b/commands/system/doc/conf.py
index ff864ad..4d1fbe7 100644
--- a/commands/system/doc/conf.py
+++ b/commands/system/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2014, Peter Schiffer'
# built documents.
#
# The short X.Y version.
-version = '0.0.1'
+version = '0.0.2'
# The full version, including alpha/beta/rc tags.
-release = '0.0.1'
+release = '0.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/commands/system/setup.py b/commands/system/setup.py
index 2201e5d..616a3e9 100644
--- a/commands/system/setup.py
+++ b/commands/system/setup.py
@@ -10,7 +10,7 @@ except IOError:
setup(
name='openlmi-scripts-system',
- version='0.0.1',
+ version='0.0.2',
description='Display general system information',
long_description=long_description,
author=u'Peter Schiffer',
@@ -30,7 +30,7 @@ setup(
'Environment :: Console',
],
- install_requires=['openlmi-scripts'],
+ install_requires=['openlmi-scripts >= 0.2.7'],
namespace_packages=['lmi', 'lmi.scripts'],
packages=['lmi', 'lmi.scripts', 'lmi.scripts.system'],