summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2020-04-06 10:24:13 +0200
committerMaurizio Lombardi <mlombard@redhat.com>2020-04-06 10:24:13 +0200
commitda8f0cef114e7343a7ae96ff1db7c8c574f819be (patch)
treedad61ae4d3eef15244b601f3a40e2404df0fda50
parent485b42bb02d37075fbc9587d607f8760cb83c923 (diff)
downloadconfigshell-fb-da8f0cef114e7343a7ae96ff1db7c8c574f819be.tar.gz
version 1.1.28v1.1.28
-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',