From 8bb129f1d64e056e27def5fc60fbc6f71684f1a1 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 14 Feb 2020 20:35:29 +0000 Subject: [sos] bump release Signed-off-by: Bryn M. Reeves --- sos.spec | 5 ++++- sos/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sos.spec b/sos.spec index 952ed90e..450ba986 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.8 +Version: 3.9 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz @@ -53,6 +53,9 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/sos.conf %changelog +* Fri Feb 14 2020 Bryn M. Reeves = 3.9 +- New upstream release + * Tue Aug 27 2019 Pavel Moravec = 3.8 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index ddee2ca6..111e066e 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.8" +__version__ = "3.9" gettext_dir = "/usr/share/locale" gettext_app = "sos" -- cgit