diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-16 09:31:00 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-16 11:59:32 -0400 |
commit | b96926f151da984491de3082af7d06ecb07fc517 (patch) | |
tree | e09a7998e96afed59ccf45de8c97ba7690c0d6e5 | |
parent | dd803bd6fc646efc5cde1ef75035486f0ffb3f13 (diff) | |
download | sos-4.2.tar.gz |
[build] Bump version to 4.24.2
This commit marks the relase of sos-4.2
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | sos.spec | 5 | ||||
-rw-r--r-- | sos/__init__.py | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0a84f9f5..cdde5a81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ copyright = '2014, Bryn Reeves' # built documents. # # The short X.Y version. -version = '4.1' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.1' +release = '4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -2,7 +2,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.1 +Version: 4.2 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Mon Aug 16 2021 Jake Hunsaker <jhunsake@redhat.com> = 4.2 +- New upstream release + * Thu Feb 25 2021 Jake Hunsaker <jhunsake@redhat.com> = 4.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index aa6aee9b..0a00ff87 100644 --- a/sos/__init__.py +++ b/sos/__init__.py @@ -14,7 +14,7 @@ This module houses the i18n setup and message function. The default is to use gettext to internationalize messages. """ -__version__ = "4.1" +__version__ = "4.2" import os import sys |