diff --git a/debian/changelog b/debian/changelog index 1671d4f837..c6e4207e7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sosreport (4.7.2) noble; urgency=medium + + * New upstream release + + -- Pavel Moravec Fri, 21 Jun 2024 10:12:40 +0200 + sosreport (4.7.1) mantic; urgency=medium * New upstream release diff --git a/docs/conf.py b/docs/conf.py index 1a94e61f03..7ce306d2d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '4.7.1' +version = '4.7.2' # The full version, including alpha/beta/rc tags. -release = '4.7.1' +release = '4.7.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 aafa13ba0b..fcb0d78d00 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.1 +Version: 4.7.2 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 +* Fri Jun 21 2024 Pavel Moravec = 4.7.2 +- New upstream release + * Mon Apr 08 2024 Pavel Moravec = 4.7.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 209d94d551..13b0ebca8b 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.1" +__version__ = "4.7.2" import os import sys