From b96926f151da984491de3082af7d06ecb07fc517 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 16 Aug 2021 09:31:00 -0400 Subject: [PATCH] [build] Bump version to 4.2 This commit marks the relase of sos-4.2 Signed-off-by: Jake Hunsaker --- docs/conf.py | 4 ++-- sos.spec | 5 ++++- sos/__init__.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0a84f9f547..cdde5a81c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # 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. diff --git a/sos.spec b/sos.spec index d35b98c8d9..e7473077c1 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: 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 = 4.2 +- New upstream release + * Thu Feb 25 2021 Jake Hunsaker = 4.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index aa6aee9b80..0a00ff8796 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