summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configshell/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/__init__.py b/configshell/__init__.py
index 70af749..f899480 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.25'
+__version__ = '1.1.26'
__url__ = 'http://github.com/open-iscsi/configshell-fb'
__description__ = 'A framework to implement simple but nice CLIs.'
__license__ = 'Apache 2.0'