summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <cz172638@gmail.com>2020-05-20 22:12:50 +0200
committerJiri Kastner <cz172638@gmail.com>2020-05-20 22:12:50 +0200
commit9e6dedf1e0dce02829222cac5bb3e54b5f7af623 (patch)
treeb3818fc7c1d43885605a1d7a7b028056db7e396b
parentbf8d64f99bf4724625ffa3e058fd7f1ca08ed13b (diff)
downloadtuna-9e6dedf1e0dce02829222cac5bb3e54b5f7af623.tar.gz
release 0.14.1v0.14.1
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
-rw-r--r--rpm/SPECS/tuna.spec2
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 8166936..46d14fe 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.14
+Version: 0.14.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 375ef9a..acbc2ee 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="tuna",
- version = "0.14",
+ version = "0.14.1",
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 0fc6fe3..f496747 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -38,7 +38,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.14"
+version = "0.14.1"
def usage():
print(_('Usage: tuna [OPTIONS]'))