aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-02-19 19:39:46 -0500
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-02-19 19:39:46 -0500
commit9090280863581f2828fac42e03fea52a4ba42d82 (patch)
treee05dfca3b705120ce53bad0130fc9deaf3a35d4e
parent5f95f2d30c1c900ee65102cd002135258599749a (diff)
downloadsos-9090280863581f2828fac42e03fea52a4ba42d82.tar.gz
[build] Bump version to 4.7.0
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
-rw-r--r--debian/changelog6
-rw-r--r--docs/conf.py4
-rw-r--r--sos.spec5
-rw-r--r--sos/__init__.py2
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d6aadef4..6bc882a2 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 <jacob.r.hunsaker@gmail.com> 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 57d1b929..43ad0369 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.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 ba18b0fd..947ad60f 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 <jacob.r.hunsaker@gmail.com> = 4.7.0
+- New upstream release
+
* Wed Jan 10 2024 Pavel Moravec <pmoravec@redhat.com> = 4.6.1
- New upstream release
diff --git a/sos/__init__.py b/sos/__init__.py
index 18d18c4c..a73a803f 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