aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2024-04-08 11:33:36 +0200
committerPavel Moravec <pmoravec@redhat.com>2024-04-08 11:33:36 +0200
commit922d235a1838b88c8a9c9a73ac5797ff030989bb (patch)
treefe9744de56d8d172414a623594678f5fc02cef39
parent36b2b7d1c87fccde205c0ad85e53877e8043dbcc (diff)
downloadsos-922d235a1838b88c8a9c9a73ac5797ff030989bb.tar.gz
[build] Bump version to 4.7.1
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--debian/changelog12
-rw-r--r--docs/conf.py4
-rw-r--r--sos.spec5
-rw-r--r--sos/__init__.py2
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 <pmoravec@redhat.com> Mon, 08 Apr 2024 09:25:31 +0000
+
+sosreport (4.7.1) mantic; urgency=medium
+
+ * New upstream release
+
+ -- Pavel Moravec <pmoravec@redhat.com> 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 <pmoravec@redhat.com> = 4.7.1
+- New upstream release
+
* Mon Feb 19 2024 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 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