diff options
-rw-r--r-- | sos.spec | 2 | ||||
-rw-r--r-- | sos/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |