Skip to content

Commit 922d235

Browse files
committed
[build] Bump version to 4.7.1
Signed-off-by: Pavel Moravec <[email protected]>
1 parent 36b2b7d commit 922d235

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
sosreport (4.7.1) mantic; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Pavel Moravec <[email protected]> Mon, 08 Apr 2024 09:25:31 +0000
6+
7+
sosreport (4.7.1) mantic; urgency=medium
8+
9+
* New upstream release
10+
11+
-- Pavel Moravec <[email protected]> Mon, 08 Apr 2024 11:25:22 +0200
12+
113
sosreport (4.7.0-0ubuntu1) mantic; urgency=medium
214

315
* New 4.7.0 upstream release

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '4.7.0'
62+
version = '4.7.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '4.7.0'
64+
release = '4.7.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

sos.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A set of tools to gather troubleshooting information from a system
22
Name: sos
3-
Version: 4.7.0
3+
Version: 4.7.1
44
Release: 1%{?dist}
55
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
66
License: GPL-2.0-or-later
@@ -92,6 +92,9 @@ rm -rf %{buildroot}/usr/config/
9292
%config(noreplace) %{_sysconfdir}/sos/sos.conf
9393

9494
%changelog
95+
* Mon Apr 08 2024 Pavel Moravec <[email protected]> = 4.7.1
96+
- New upstream release
97+
9598
* Mon Feb 19 2024 Jake Hunsaker <[email protected]> = 4.7.0
9699
- New upstream release
97100

sos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This module houses the i18n setup and message function. The default is to use
1515
gettext to internationalize messages.
1616
"""
17-
__version__ = "4.7.0"
17+
__version__ = "4.7.1"
1818

1919
import os
2020
import sys

0 commit comments

Comments
 (0)