From 252c97dc3eaf98368224ea14fdc1014bdf433d94 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Fri, 31 Mar 2023 12:53:47 -0400 Subject: [PATCH] [build] Bump version to 4.5.2 This commits marks the release of sos-4.5.2 Signed-off-by: Jake Hunsaker --- docs/conf.py | 4 ++-- sos.spec | 6 +++++- sos/__init__.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e6017d9e50..9322dee3eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '4.5.1' +version = '4.5.2' # The full version, including alpha/beta/rc tags. -release = '4.5.1' +release = '4.5.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 9a933dbfff..c803e51d86 100644 --- a/sos.spec +++ b/sos.spec @@ -1,6 +1,6 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.5.1 +Version: 4.5.2 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -64,6 +64,10 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Fri Mar 31 2023 Jake Hunsaker = 4.5.2 +- New upstream release +- Migrated to SPDX license + * Wed Mar 01 2023 Jake Hunsaker = 4.5.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 1822c8c4a6..c2bd91d734 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.5.1" +__version__ = "4.5.2" import os import sys