Blame SOURCES/sos-bz1656812-bump-release.patch

d8dc0d
From 9b1f9472e7b0b8a993f635c8d4c757b59c46ed0f Mon Sep 17 00:00:00 2001
d8dc0d
From: "Bryn M. Reeves" <bmr@redhat.com>
d8dc0d
Date: Wed, 27 Mar 2019 21:00:36 +0000
d8dc0d
Subject: [PATCH] [sos] bump release
d8dc0d
d8dc0d
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
d8dc0d
---
d8dc0d
 sos.spec        | 2 +-
d8dc0d
 sos/__init__.py | 2 +-
d8dc0d
 2 files changed, 2 insertions(+), 2 deletions(-)
d8dc0d
d8dc0d
diff --git a/sos.spec b/sos.spec
d8dc0d
index 95249670..68aedcfd 100644
d8dc0d
--- a/sos.spec
d8dc0d
+++ b/sos.spec
d8dc0d
@@ -2,7 +2,7 @@
d8dc0d
 
d8dc0d
 Summary: A set of tools to gather troubleshooting information from a system
d8dc0d
 Name: sos
d8dc0d
-Version: 3.6
d8dc0d
+Version: 3.7
d8dc0d
 Release: 1%{?dist}
d8dc0d
 Group: Applications/System
d8dc0d
 Source0: http://people.redhat.com/breeves/sos/releases/sos-%{version}.tar.gz
d8dc0d
diff --git a/sos/__init__.py b/sos/__init__.py
d8dc0d
index c436bd20..dfc7ed5f 100644
d8dc0d
--- a/sos/__init__.py
d8dc0d
+++ b/sos/__init__.py
d8dc0d
@@ -25,7 +25,7 @@ if six.PY3:
d8dc0d
 else:
d8dc0d
     from ConfigParser import ConfigParser, ParsingError, Error
d8dc0d
 
d8dc0d
-__version__ = "3.6"
d8dc0d
+__version__ = "3.7"
d8dc0d
 
d8dc0d
 gettext_dir = "/usr/share/locale"
d8dc0d
 gettext_app = "sos"
d8dc0d
-- 
d8dc0d
2.17.2
d8dc0d