summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2021-03-04 13:59:32 +0100
committerMaurizio Lombardi <mlombard@redhat.com>2021-03-04 13:59:32 +0100
commitd74a33b69f688ed9b8b28033835303604639d4eb (patch)
tree2fefe36f0c31b151c6dcea2124746b3710593516
parent33b535cc6df8ef277319a6ae21df39ceb0271949 (diff)
downloadconfigshell-fb-d74a33b69f688ed9b8b28033835303604639d4eb.tar.gz
version 1.1.29v1.1.29
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
-rw-r--r--configshell/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configshell/__init__.py b/configshell/__init__.py
index 26c7909..a7922d7 100644
--- a/configshell/__init__.py
+++ b/configshell/__init__.py
@@ -26,7 +26,7 @@ from .node import ConfigNode, ExecutionError
from .prefs import Prefs
from .shell import ConfigShell
-__version__ = '1.1.28'
+__version__ = '1.1.29'
__url__ = 'http://github.com/open-iscsi/configshell-fb'
__description__ = 'A framework to implement simple but nice CLIs.'
__license__ = 'Apache 2.0'
diff --git a/setup.py b/setup.py
index ccbc572..502f195 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ with open(init_file_path) as f:
setup(
name = 'configshell-fb',
- version = '1.1.28',
+ version = '1.1.29',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',