aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2019-03-27 21:00:36 +0000
committerBryn M. Reeves <bmr@redhat.com>2019-03-27 21:00:36 +0000
commit9b1f9472e7b0b8a993f635c8d4c757b59c46ed0f (patch)
tree7e62e7b21d47a58a9b551c940bf83ad606738ecd
parent3b76744fb2cb52db178615083a01c9142ea30d70 (diff)
downloadsos-3.7.tar.gz
[sos] bump release3.7
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos.spec2
-rw-r--r--sos/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sos.spec b/sos.spec
index 95249670..68aedcfd 100644
--- a/sos.spec
+++ b/sos.spec
@@ -2,7 +2,7 @@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
-Version: 3.6
+Version: 3.7
Release: 1%{?dist}
Group: Applications/System
Source0: http://people.redhat.com/breeves/sos/releases/sos-%{version}.tar.gz
diff --git a/sos/__init__.py b/sos/__init__.py
index c436bd20..dfc7ed5f 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -25,7 +25,7 @@ if six.PY3:
else:
from ConfigParser import ConfigParser, ParsingError, Error
-__version__ = "3.6"
+__version__ = "3.7"
gettext_dir = "/usr/share/locale"
gettext_app = "sos"