summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2023-02-16 14:32:09 -0500
committerJohn Kacur <jkacur@redhat.com>2023-02-16 14:32:48 -0500
commitb972b8ce386c29bcbcd45029a617db3db9e5b6ca (patch)
tree65555d35c0270d23eb30977a073ea8e050841510
parent0705ff8d67278aec1b22e0c64826a6753a4e86f1 (diff)
downloadtuna-b972b8ce386c29bcbcd45029a617db3db9e5b6ca.tar.gz
tuna: Release 0.19v0.19
Create tuna-0.19 Signed-off-by: John Kacur <jkacur@redhat.com>
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index eed81cb..db0f007 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if SCHEME not in sysconfig.get_scheme_names():
PYTHONLIB = relpath(sysconfig.get_path('platlib', SCHEME), '/usr')
setup(name="tuna",
- version = "0.18",
+ version = "0.19",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 4e809dd..6a98059 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -108,7 +108,7 @@ def gen_parser():
MODS = {
"logging": dict(dest='loglevel', metavar='LOG-LEVEL', type=get_loglevel, help="Log application details to file for given LOG-LEVEL"),
"debug" : dict(action='store_true', dest='debug', help='Print DEBUG level logging details to console'),
- "version": dict(action='version', version='0.18', help="show version"),
+ "version": dict(action='version', version='0.19', help="show version"),
"threads": dict(dest='thread_list', default=[], metavar='THREAD-LIST', type=threadstring_to_list, help="THREAD-LIST affected by commands"),
"irqs": dict(dest='irq_list', default=[], metavar='IRQ-LIST', type=irqstring_to_list, help="IRQ-LIST affect by commands"),
"cpus": dict(dest='cpu_list', default=[], metavar='CPU-LIST', type=tuna.cpustring_to_list, help='CPU-LIST affected by commands'),