From 9090280863581f2828fac42e03fea52a4ba42d82 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 19 Feb 2024 19:39:46 -0500 Subject: [PATCH] [build] Bump version to 4.7.0 Signed-off-by: Jake Hunsaker --- 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 d6aadef47f..6bc882a2c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sosreport (4.7.0-0ubuntu1) mantic; urgency=medium + + * New 4.7.0 upstream release + + -- Jake Hunsaker Mon, 19 Feb 2024 18:15:00 +0000 + sosreport (4.6.0-0ubuntu1) mantic; urgency=medium * New 4.6.0 upstream. diff --git a/docs/conf.py b/docs/conf.py index 57d1b92977..43ad036979 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '4.6.1' +version = '4.7.0' # The full version, including alpha/beta/rc tags. -release = '4.6.1' +release = '4.7.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 ba18b0fd54..947ad60f2d 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.6.1 +Version: 4.7.0 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 Feb 19 2024 Jake Hunsaker = 4.7.0 +- New upstream release + * Wed Jan 10 2024 Pavel Moravec = 4.6.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 18d18c4c78..a73a803f22 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.6.1" +__version__ = "4.7.0" import os import sys