Skip to content

Commit a642018

Browse files
committed
[build] Bump version to 4.8.1
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
1 parent 3fa3a33 commit a642018

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.1) noble; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Pavel Moravec <pmoravec@redhat.com> Tue, 15 Oct 2024 16:01:01 +0200
6+
17
sosreport (4.8.0) noble; urgency=medium
28

39
* New 4.8.0 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.8.0'
61+
version = '4.8.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '4.8.0'
63+
release = '4.8.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.8.0
3+
Version: 4.8.1
44
Release: 1%{?dist}
55
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
66
License: GPL-2.0-only
@@ -91,6 +91,9 @@ rm -rf %{buildroot}/usr/config/
9191
%config(noreplace) %{_sysconfdir}/sos/sos.conf
9292

9393
%changelog
94+
* Tue Oct 15 2024 Pavel Moravec <pmoravec@redhat.com> = 4.8.1
95+
- New upstream release
96+
9497
* Sat Aug 17 2024 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.8.0
9598
- New upstream release
9699
- License clarification to GPLv2 only

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.8.0"
17+
__version__ = "4.8.1"
1818

1919
import os
2020
import sys

0 commit comments

Comments
 (0)