From 922d235a1838b88c8a9c9a73ac5797ff030989bb Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Mon, 8 Apr 2024 11:33:36 +0200 Subject: [build] Bump version to 4.7.1 Signed-off-by: Pavel Moravec --- debian/changelog | 12 ++++++++++++ docs/conf.py | 4 ++-- sos.spec | 5 ++++- sos/__init__.py | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bc882a2..1671d4f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +sosreport (4.7.1) mantic; urgency=medium + + * New upstream release + + -- Pavel Moravec Mon, 08 Apr 2024 09:25:31 +0000 + +sosreport (4.7.1) mantic; urgency=medium + + * New upstream release + + -- Pavel Moravec Mon, 08 Apr 2024 11:25:22 +0200 + sosreport (4.7.0-0ubuntu1) mantic; urgency=medium * New 4.7.0 upstream release diff --git a/docs/conf.py b/docs/conf.py index 43ad0369..1a94e61f 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.7.0' +version = '4.7.1' # The full version, including alpha/beta/rc tags. -release = '4.7.0' +release = '4.7.1' # 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 947ad60f..aafa13ba 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.7.0 +Version: 4.7.1 Release: 1%{?dist} Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz License: GPL-2.0-or-later @@ -92,6 +92,9 @@ rm -rf %{buildroot}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Mon Apr 08 2024 Pavel Moravec = 4.7.1 +- New upstream release + * Mon Feb 19 2024 Jake Hunsaker = 4.7.0 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index c6aa8a12..42912f7f 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.7.0" +__version__ = "4.7.1" import os import sys -- cgit