summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2019-11-06 13:37:40 +0100
committerMaurizio Lombardi <mlombard@redhat.com>2019-11-06 13:44:49 +0100
commit414d642feee090e5153be5b9db6f55d6ce1926c7 (patch)
treec73b5ead0a5b0c927c6fcfeb0f49c61e22bb0b12
parente1792fea93ab51dc1498e97261d452a89a3bc586 (diff)
downloadconfigshell-fb-414d642feee090e5153be5b9db6f55d6ce1926c7.tar.gz
version 1.1.27v1.1.27
-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 f899480..72b30d6 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.26'
+__version__ = '1.1.27'
__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 0f46d34..b33e4d9 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.25',
+ version = '1.1.27',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',