diff --git a/debian/changelog b/debian/changelog index c6e4207e7b..311438a54e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sosreport (4.8.0) noble; urgency=medium + + * New 4.8.0 upstream release + + -- Jake Hunsaker Sat, 17 Aug 2024 09:36:32 -0400 + sosreport (4.7.2) noble; urgency=medium * New upstream release diff --git a/docs/conf.py b/docs/conf.py index 6cbfe2417e..10636f78de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '4.7.2' +version = '4.8.0' # The full version, including alpha/beta/rc tags. -release = '4.7.2' +release = '4.8.0' # 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 1ab470c448..d543eb541c 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.2 +Version: 4.8.0 Release: 1%{?dist} Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz License: GPL-2.0 @@ -92,6 +92,10 @@ rm -rf %{buildroot}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Sat Aug 17 2024 Jake Hunsaker = 4.8.0 +- New upstream release +- License clarification to GPLv2 only + * Fri Jun 21 2024 Pavel Moravec = 4.7.2 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 2fa528801f..6e16f41c27 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.2" +__version__ = "4.8.0" import os import sys