From b7cdc235f03bcae4b069a1843515f0619274b467 Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Mon, 16 Dec 2024 08:35:09 +0100 Subject: [PATCH] [build] Bump version to 4.8.2 Signed-off-by: Pavel Moravec --- debian/changelog | 6 ++++++ docs/conf.py | 4 ++-- sos.spec | 5 ++++- sos/__init__.py | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e1a4b68c2..e82c1050a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sosreport (4.8.2) New upstream release; urgency=medium + + * New upstream release + + -- Pavel Moravec Mon, 16 Dec 2024 08:33:03 +0100 + sosreport (4.8.1-2) oracular; urgency=medium * Change series to oracular diff --git a/docs/conf.py b/docs/conf.py index b2838dae6d..899fcac130 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '4.8.1' +version = '4.8.2' # The full version, including alpha/beta/rc tags. -release = '4.8.1' +release = '4.8.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 7bc8261ec9..cf886699ae 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.8.1 +Version: 4.8.2 Release: 1%{?dist} Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz License: GPL-2.0-only @@ -91,6 +91,9 @@ rm -rf %{buildroot}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Mon Dec 16 2024 Pavel Moravec = 4.8.2 +- New upstream release + * Tue Oct 15 2024 Pavel Moravec = 4.8.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 66dc9e7b19..c0baa3b4a6 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.8.1" +__version__ = "4.8.2" import os import sys