aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos.spec5
-rw-r--r--sos/__init__.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/sos.spec b/sos.spec
index 28c661c3..6d6f105d 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.4
+Version: 3.5
Release: 1%{?dist}
Group: Applications/System
Source0: http://people.redhat.com/breeves/sos/releases/sos-%{version}.tar.gz
@@ -52,6 +52,9 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/sos.conf
%changelog
+* Thu Nov 02 2017 Bryn M. Reeves <bmr@redhat.com> = 3.5
+- New upstream release
+
* Tue Mar 28 2017 Bryn M. Reeves <bmr@redhat.com> = 3.4
- New upstream release
diff --git a/sos/__init__.py b/sos/__init__.py
index e1383731..49da78b1 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -23,7 +23,7 @@ gettext to internationalize messages.
import gettext
-__version__ = "3.4"
+__version__ = "3.5"
gettext_dir = "/usr/share/locale"
gettext_app = "sos"