Skip to content

Commit a2b9c4c

Browse files
committed
[build] Bump version to 4.8.0
This commit marks the release of sos-4.8.0. Signed-off-by: Jake Hunsaker <[email protected]>
1 parent 5fca348 commit a2b9c4c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sosreport (4.8.0) noble; urgency=medium
2+
3+
* New 4.8.0 upstream release
4+
5+
-- Jake Hunsaker <[email protected]> Sat, 17 Aug 2024 09:36:32 -0400
6+
17
sosreport (4.7.2) noble; urgency=medium
28

39
* New upstream release

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '4.7.2'
61+
version = '4.8.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '4.7.2'
63+
release = '4.8.0'
6464

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

sos.spec

Lines changed: 5 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.2
3+
Version: 4.8.0
44
Release: 1%{?dist}
55
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
66
License: GPL-2.0
@@ -92,6 +92,10 @@ rm -rf %{buildroot}/usr/config/
9292
%config(noreplace) %{_sysconfdir}/sos/sos.conf
9393

9494
%changelog
95+
* Sat Aug 17 2024 Jake Hunsaker <[email protected]> = 4.8.0
96+
- New upstream release
97+
- License clarification to GPLv2 only
98+
9599
* Fri Jun 21 2024 Pavel Moravec <[email protected]> = 4.7.2
96100
- New upstream release
97101

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.2"
17+
__version__ = "4.8.0"
1818

1919
import os
2020
import sys

0 commit comments

Comments
 (0)