aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2018-06-23 10:14:29 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-06-25 11:37:57 +0100
commit9688e5c33f0db53f061907c5888ebb5957931c55 (patch)
treea61b2eb327fe3b52e3c970ce6d5a29801ef34785
parentd689cc8edca54f2474fe07d8af785cadf77a8dd9 (diff)
downloadsos-9688e5c33f0db53f061907c5888ebb5957931c55.tar.gz
[build] bump sos and sos.spec version to match release
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 736e7fd3..95249670 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.5
+Version: 3.6
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 60bcbca6..ef4524c6 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -18,7 +18,7 @@ gettext to internationalize messages.
import gettext
import six
-__version__ = "3.5"
+__version__ = "3.6"
gettext_dir = "/usr/share/locale"
gettext_app = "sos"