summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 72b30d6..26c7909 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.27'
+__version__ = '1.1.28'
__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 b33e4d9..9b5c7d1 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.27',
+ version = '1.1.28',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',